Session factory collection-cache configurations.

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

Syntax

C#
IList<CollectionCacheConfiguration> CollectionsCache { get; }
Visual Basic
ReadOnly Property CollectionsCache As IList(Of CollectionCacheConfiguration)
	Get
Visual C++
property IList<CollectionCacheConfiguration^>^ CollectionsCache {
	IList<CollectionCacheConfiguration^>^ get ();
}

See Also