Get the default query cache

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

Syntax

Visual Basic (Declaration)
ReadOnly Property QueryCache As IQueryCache
C#
IQueryCache QueryCache { get; }
Visual C++
property IQueryCache^ QueryCache {
	IQueryCache^ get ();
}
JavaScript
function get_queryCache();

See Also