Global number of cacheable entities/collections not found in the cache and loaded from the database.

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

Syntax

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

See Also