Class CalculatorCacheStatistics
- Namespace
- MoonBark.GridPlacement.Core.Services
- Assembly
- MoonBark.GridPlacement.Core.dll
Calculator cache statistics.
public class CalculatorCacheStatistics
- Inheritance
-
CalculatorCacheStatistics
- Inherited Members
Properties
CacheCapacity
public int CacheCapacity { get; init; }
Property Value
CacheHits
public long CacheHits { get; init; }
Property Value
CacheMisses
public long CacheMisses { get; init; }
Property Value
CacheSize
public int CacheSize { get; init; }
Property Value
HitRatio
public double HitRatio { get; }
Property Value
TotalCalculations
public long TotalCalculations { get; init; }