iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

CachedProxyGenerator Class

An ProxyGenerator with cache that uses the Castle.DynamicProxy library.

For a list of all members of this type, see CachedProxyGenerator Members.

System.Object
   ProxyGenerator
      CachedProxyGenerator

[Visual Basic]
<CLSCompliant(IsCompliant:=False, TypeId:=System.CLSCompliantAttribute)>
Public Class CachedProxyGenerator
    Inherits 
[C#]
[CLSCompliant(IsCompliant=False, TypeId=System.CLSCompliantAttribute)]
public class CachedProxyGenerator : ProxyGenerator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.Common.Utilities.Proxy

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

CachedProxyGenerator Members | IBatisNet.Common.Utilities.Proxy Namespace