Table of Contents

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

double

NewestEntryAge

public TimeSpan NewestEntryAge { get; set; }

Property Value

TimeSpan

OldestEntryAge

public TimeSpan OldestEntryAge { get; set; }

Property Value

TimeSpan

TotalAccessCount

public long TotalAccessCount { get; set; }

Property Value

long

TotalEntries

public int TotalEntries { get; set; }

Property Value

int