Called after an item has become stale (before the transaction completes).

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

Syntax

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

Remarks

This method is used by "synchronous" concurrency strategies.

Exceptions

See Also