Implementation of the IAopProxyFactory interface that caches the AOP proxy Type instance.
For a list of all members of this type, see CachedAopProxyFactory Members .
System.Object
DefaultAopProxyFactory
CachedAopProxyFactory
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Caches against a key based on : - the base type - the target type - the interfaces to proxy
Namespace: Spring.Aop.Framework.DynamicProxy
Assembly: Spring.Aop (in Spring.Aop.dll)
CachedAopProxyFactory Members | Spring.Aop.Framework.DynamicProxy Namespace | DefaultAopProxyFactory | IAopProxyFactory