An item of cached data, timestamped with the time it was cached, when it was locked, when it was unlocked

Namespace: NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class CachedItem : ReadWriteCache..::..ILockable
Visual Basic
<SerializableAttribute> _
Public Class CachedItem _
	Implements ReadWriteCache..::..ILockable
Visual C++
[SerializableAttribute]
public ref class CachedItem : ReadWriteCache..::..ILockable

Inheritance Hierarchy

System..::..Object
  NHibernate.Cache..::..CachedItem

See Also