Does this class have a cache?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property HasCache As Boolean
C#
bool HasCache { get; }
Visual C++
property bool HasCache {
	bool get ();
}
JavaScript
function get_hasCache();

See Also