Class StaticCacheStatistics

Assembly: redb.Core.dll

Static cache statistics.

public class StaticCacheStatistics

Inheritance

ObjectStaticCacheStatistics

Properties

CachedCompleteMetadataCount

public int CachedCompleteMetadataCount { get; set; }

CachedSchemesCount

public int CachedSchemesCount { get; set; }

CachedStructuresCount

public int CachedStructuresCount { get; set; }

CachedTypesCount

public int CachedTypesCount { get; set; }

CacheHits

public long CacheHits { get; set; }

CacheMisses

public long CacheMisses { get; set; }

CreatedAt

public DateTime CreatedAt { get; set; }

EstimatedMemoryUsageBytes

public long EstimatedMemoryUsageBytes { get; set; }

HitRatio

public double HitRatio { get; }

MemoryUsageMB

public double MemoryUsageMB { get; }

TotalCachedItems

public int TotalCachedItems { get; }

TotalGets

public long TotalGets { get; set; }

TotalSets

public long TotalSets { get; set; }

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()