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

CacheModel.IsReadOnly Property

Determines if the cache will be used as a read-only cache. Tells the cache model that is allowed to pass back a reference to the object existing in the cache.

[Visual Basic]
Public Property IsReadOnly As 
[C#]
public Boolean IsReadOnly {get; set;}

Remarks

The IsReadOnly properties works in conjonction with the IsSerializable propertie.

See Also

CacheModel Class | IBatisNet.DataMapper.Configuration.Cache Namespace