Second level cache statistics of a specific region

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

Syntax

C#
[SerializableAttribute]
public class SecondLevelCacheStatistics : CategorizedStatistics
Visual Basic
<SerializableAttribute> _
Public Class SecondLevelCacheStatistics _
	Inherits CategorizedStatistics
Visual C++
[SerializableAttribute]
public ref class SecondLevelCacheStatistics : public CategorizedStatistics

Inheritance Hierarchy

System..::..Object
  NHibernate.Stat..::..CategorizedStatistics
    NHibernate.Stat..::..SecondLevelCacheStatistics

See Also