Class PropsCacheStatistics

Assembly: redb.Core.dll

Props object cache statistics.

public class PropsCacheStatistics

Inheritance

ObjectPropsCacheStatistics

Properties

HitCount

Cache hit count.

public long HitCount { get; set; }

HitRate

Cache hit rate (0.0 - 1.0).

public double HitRate { get; }

MissCount

Cache miss count.

public long MissCount { get; set; }

TotalEntries

Total cache entries.

public int TotalEntries { get; set; }