Global number of cacheable entities/collections successfully retrieved from the cache

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

Syntax

C#
long SecondLevelCacheHitCount { get; }
Visual Basic
ReadOnly Property SecondLevelCacheHitCount As Long
	Get
Visual C++
property long long SecondLevelCacheHitCount {
	long long get ();
}

See Also