Get the default query cache

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

Syntax

C#
IQueryCache QueryCache { get; }
Visual Basic
ReadOnly Property QueryCache As IQueryCache
	Get
Visual C++
property IQueryCache^ QueryCache {
	IQueryCache^ get ();
}

See Also