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

CacheModel.IsSerializable Property

Specifie how the cache content should be returned. If true a deep copy is returned.

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

Remarks

Combinaison IsReadOnly=true/IsSerializable=false : Returned instance of cached object IsReadOnly=false/IsSerializable=true : Returned coopy of cached object

See Also

CacheModel Class | IBatisNet.DataMapper.Configuration.Cache Namespace