A soft lock which supports concurrent locking, timestamped with the time it was released

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

Syntax

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

Remarks

This class was named Lock in H2.1

Inheritance Hierarchy

System..::..Object
  NHibernate.Cache..::..CacheLock

See Also