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

MemoryCacheControler.Remove Method 

Remove an object from a cache model

[Visual Basic]
NotOverridable Public Function Remove( _
   ByVal Object As Object _
) As Object _
    Implements ICacheController.
[C#]
public object Remove(
   Object key
);

Parameters

key
the key to the object

Return Value

the removed object(?)

Implements

ICacheController.

See Also

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