API Reference/ redb.Core.Caching Class PropsCacheStatistics Namespace: redb.Core.CachingAssembly: redb.Core.dllProps object cache statistics.public class PropsCacheStatistics Inheritance Object→PropsCacheStatisticsPropertiesHitCountCache hit count.public long HitCount { get; set; } HitRateCache hit rate (0.0 - 1.0).public double HitRate { get; } MissCountCache miss count.public long MissCount { get; set; } TotalEntriesTotal cache entries.public int TotalEntries { get; set; }