Class CacheStatistics
- Namespace
- AiDotNet.Deployment.Runtime
- Assembly
- AiDotNet.dll
Statistics for the model cache.
public class CacheStatistics
- Inheritance
-
CacheStatistics
- Inherited Members
Properties
AverageAccessCount
public double AverageAccessCount { get; set; }
Property Value
NewestEntryAge
public TimeSpan NewestEntryAge { get; set; }
Property Value
OldestEntryAge
public TimeSpan OldestEntryAge { get; set; }
Property Value
TotalAccessCount
public long TotalAccessCount { get; set; }
Property Value
TotalEntries
public int TotalEntries { get; set; }