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)
Version: 1.2.0.4000

Syntax

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

Inheritance Hierarchy

System.Object
  NHibernate.Cache.CachedItem