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

SqlMapper.GetCache Method 

Gets a cache by name

[Visual Basic]
NotOverridable Public Function GetCache( _
   ByVal String As String _
) As CacheModel _
    Implements ISqlMapper.
[C#]
public CacheModel GetCache(
   String name
);

Parameters

name
The name of the cache to get

Return Value

The cache object

Implements

ISqlMapper.

See Also

SqlMapper Class | IBatisNet.DataMapper Namespace