Evict an item from the cache immediately (without regard for transaction isolation).

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

Syntax

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

Exceptions

See Also