Session factory collection-cache configurations.

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

Syntax

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

Implements

ISessionFactoryConfiguration..::..CollectionsCache

See Also