Is this collection role cacheable

Namespace:  NHibernate.Persister.Collection
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