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

Syntax

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

Implements

ICollectionPersister..::.HasCache

See Also