An item of cached data, timestamped with the time it was cached, when it was locked,
when it was unlocked
Namespace:
NHibernate.CacheAssembly: 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); |