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

ICacheController.Remove Method 

Remove an object from a cache model

[Visual Basic]
Function Remove( _
   ByVal Object As Object _
) As Object
[C#]
object Remove(
   Object key
);

Parameters

key
the key to the object

Return Value

the removed object(?)

See Also

ICacheController Interface | IBatisNet.DataMapper.Configuration.Cache Namespace