If this is a clustered cache, unlock the item
Namespace: NHibernate.CacheAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Unlock( Object key ) |
Visual Basic |
---|
Sub Unlock ( _ key As Object _ ) |
Visual C++ |
---|
void Unlock( Object^ key ) |
Parameters
- key
- Type: System..::..Object
The Key of the Item in the Cache to unlock.
Exceptions
Exception | Condition |
---|---|
NHibernate.Cache..::..CacheException |