Skip to content

TextStudio3DGeometryCacheStats

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DGeometryCacheStats

Read-only occupancy, memory, hit, insertion, replacement, and eviction counters for the shared glyph-geometry cache.

public int EntryCount { get; }

Returns

System.Int32

public int Capacity { get; }

Returns

System.Int32

public long EstimatedMeshPayloadBytes { get; }

Returns

System.Int64

public long ByteCapacity { get; }

Returns

System.Int64

public long HitCount { get; }

Returns

System.Int64

public long MissCount { get; }

Returns

System.Int64

public long InsertionCount { get; }

Returns

System.Int64

public long ReplacementCount { get; }

Returns

System.Int64

public long EvictionCount { get; }

Returns

System.Int64