[Missing <summary> documentation for "P:NHibernate.Cache.IQueryCache.Cache"]

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

Syntax

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

See Also