TextStudio3DGeometryCacheStats
public readonly struct TextStudio3DGeometryCacheStatsRead-only occupancy, memory, hit, insertion, replacement, and eviction counters for the shared glyph-geometry cache.
Properties
Section titled “Properties”
EntryCount
Section titled “EntryCount”public int EntryCount { get; }Returns
System.Int32
Capacity
Section titled “Capacity”public int Capacity { get; }Returns
System.Int32
EstimatedMeshPayloadBytes
Section titled “EstimatedMeshPayloadBytes”public long EstimatedMeshPayloadBytes { get; }Returns
System.Int64
ByteCapacity
Section titled “ByteCapacity”public long ByteCapacity { get; }Returns
System.Int64
HitCount
Section titled “HitCount”public long HitCount { get; }Returns
System.Int64
MissCount
Section titled “MissCount”public long MissCount { get; }Returns
System.Int64
InsertionCount
Section titled “InsertionCount”public long InsertionCount { get; }Returns
System.Int64
ReplacementCount
Section titled “ReplacementCount”public long ReplacementCount { get; }Returns
System.Int64
EvictionCount
Section titled “EvictionCount”public long EvictionCount { get; }Returns
System.Int64