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