[Missing <summary> documentation for "M:NHibernate.Engine.ISessionFactoryImplementor.GetAllSecondLevelCacheRegions"]

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

Syntax

C#
IDictionary<string, ICache> GetAllSecondLevelCacheRegions()
Visual Basic
Function GetAllSecondLevelCacheRegions As IDictionary(Of String, ICache)
Visual C++
IDictionary<String^, ICache^>^ GetAllSecondLevelCacheRegions()

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.ISessionFactoryImplementor.GetAllSecondLevelCacheRegions"]

See Also