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

Syntax

Visual Basic (Declaration)
Public Sub Unlock ( _
	key As Object _
)
C#
public void Unlock(
	Object key
)
Visual C++
public:
virtual void Unlock(
	Object^ key
) sealed
JavaScript
function unlock(key);

Parameters

key
Type: System..::.Object

Implements

ICache..::.Unlock(Object)

See Also