Class DetailedCacheStatistics

Assembly: redb.Core.dll

Detailed statistics by cache component.

public class DetailedCacheStatistics

Inheritance

ObjectDetailedCacheStatistics

Properties

CompositeStats

Composite statistics.

public CompositeMetadataCacheStatistics CompositeStats { get; set; }

SchemeStats

Scheme cache statistics.

public SchemeCacheStatistics SchemeStats { get; set; }

StructureStats

Structure cache statistics.

public StructureCacheStatistics StructureStats { get; set; }

TypeStats

Type cache statistics.

public TypeCacheStatistics TypeStats { get; set; }