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

CacheModel.GetLock Method 

[Visual Basic]
Public Function GetLock( _
   ByVal CacheKey As CacheKey _
) As Object
[C#]
public object GetLock(
   CacheKey key
);

Parameters

key

Return Value

See Also

CacheModel Class | IBatisNet.DataMapper.Configuration.Cache Namespace