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

MemoryCacheControler.Configure Method 

Configures the cache

[Visual Basic]
NotOverridable Public Sub Configure( _
   ByVal IDictionary As IDictionary _
) _
    Implements ICacheController.
[C#]
public void Configure(
   IDictionary properties
);

Implements

ICacheController.

See Also

MemoryCacheControler Class | IBatisNet.DataMapper.Configuration.Cache.Memory Namespace