Class CacheStatistics
- Namespace
- DotCompute.Backends.CPU.Accelerators
- Assembly
- DotCompute.Backends.CPU.dll
A class that represents cache statistics.
public class CacheStatistics
- Inheritance
-
CacheStatistics
- Inherited Members
Properties
EvictionCount
Gets or sets the eviction count.
public long EvictionCount { get; set; }
Property Value
- long
The eviction count.
HitRate
Gets or sets the hit rate.
public double HitRate { get; set; }
Property Value
- double
The hit rate.
KernelCacheSize
Gets or sets the kernel cache size.
public int KernelCacheSize { get; set; }
Property Value
- int
The kernel cache size.
MostAccessedEntry
Gets or sets the most accessed entry.
public string? MostAccessedEntry { get; set; }
Property Value
- string
The most accessed entry.
OldestEntry
Gets or sets the oldest entry.
public DateTimeOffset? OldestEntry { get; set; }
Property Value
- DateTimeOffset?
The oldest entry.
OptimizationCacheSize
Gets or sets the optimization cache size.
public int OptimizationCacheSize { get; set; }
Property Value
- int
The optimization cache size.
PerformanceCacheSize
Gets or sets the performance cache size.
public int PerformanceCacheSize { get; set; }
Property Value
- int
The performance cache size.
TotalMemoryUsage
Gets or sets the total memory usage.
public long TotalMemoryUsage { get; set; }
Property Value
- long
The total memory usage.