Class CompositeMetadataCacheStatistics

Assembly: redb.Core.dll

Composite cache summary statistics.

public class CompositeMetadataCacheStatistics

Inheritance

ObjectCompositeMetadataCacheStatistics

Properties

GeneratedAt

Statistics generation time.

public DateTime GeneratedAt { get; set; }

OperationStats

Statistics by operation type.

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

OverallHitRatio

Overall cache hit ratio.

public double OverallHitRatio { get; }

TopUsedSchemes

Top most used schemes.

public List<TopUsedScheme> TopUsedSchemes { get; set; }

TotalCachedItems

Total cached items count.

public int TotalCachedItems { get; set; }

TotalHits

Total cache hits across all caches.

public long TotalHits { get; set; }

TotalMisses

Total cache misses across all caches.

public long TotalMisses { get; set; }

TotalRequests

Total requests count.

public long TotalRequests { get; }

TotalSizeBytes

Total size of all caches in bytes.

public long TotalSizeBytes { get; set; }