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

ISqlMapper.GetCache Method 

Gets a cache by name

[Visual Basic]
Function GetCache( _
   ByVal String As String _
) As CacheModel
[C#]
CacheModel GetCache(
   String name
);

Parameters

name
The name of the cache to get

Return Value

The cache object

See Also

ISqlMapper Interface | IBatisNet.DataMapper Namespace