Class StructureCacheStatistics

Assembly: redb.Core.dll

Structure cache statistics.

public class StructureCacheStatistics

Inheritance

ObjectStructureCacheStatistics

Properties

CachedSchemesCount

public int CachedSchemesCount { get; set; }

CachedStructuresCount

public int CachedStructuresCount { get; set; }

CreatedTime

public DateTime CreatedTime { get; set; }

EstimatedSizeBytes

public long EstimatedSizeBytes { get; set; }

HitRatio

public double HitRatio { get; }

Hits

public long Hits { get; set; }

LastAccessTime

public DateTime LastAccessTime { get; set; }

Misses

public long Misses { get; set; }

RequestsByScheme

public Dictionary<long, long> RequestsByScheme { get; set; }

RequestsByType

public Dictionary<string, long> RequestsByType { get; set; }

TotalRequests

public long TotalRequests { get; }

TypeMappingsCount

public int TypeMappingsCount { get; set; }