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)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CachedItem _
	Implements ILockable
C#
[SerializableAttribute]
public class CachedItem : ILockable
Visual C++
[SerializableAttribute]
public ref class CachedItem : ILockable
JavaScript
NHibernate.Cache.CachedItem = function();

Type.createClass(
	'NHibernate.Cache.CachedItem',
	null,
	NHibernate.Cache.ILockable);

Inheritance Hierarchy

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

See Also