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

ICacheController.Item Property

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

[Visual Basic]
Property Item( _
   ByVal Object As Object _
) As 
[C#]
Object this[
   Object key
] {get; set;}

Property Value

The cached object or null

See Also

ICacheController Interface | IBatisNet.DataMapper.Configuration.Cache Namespace