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

LruCacheController.Item Property

Adds an item with the specified key and value into cached data. Gets a cached object with the specified key.

[Visual Basic]
NotOverridable Public Default Property Item( _
   ByVal Object As Object _
) _
    Implements ICacheController.
 As  _
    Implements ICacheController.
[C#]
public Object this[
   Object key
] {get; set;}

Property Value

The cached object or null

Implements

ICacheController.

See Also

LruCacheController Class | IBatisNet.DataMapper.Configuration.Cache.Lru Namespace