Evict all entries from the process-level cache. This method occurs outside of any transaction; it performs an immediate "hard" remove, so does not respect any transaction isolation semantics of the usage strategy. Use with care.

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

Syntax

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

Parameters

persistentClass
Type: System..::.Type

See Also