Remove an item from the Cache.

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

Syntax

Visual Basic (Declaration)
Sub Remove ( _
	key As Object _
)
C#
void Remove(
	Object key
)
Visual C++
void Remove(
	Object^ key
)
JavaScript
function remove(key);

Parameters

key
Type: System..::.Object
The Key of the Item in the Cache to remove.

Exceptions

See Also