Table of Contents

Class OptimizationCacheStatistics

Namespace
DotCompute.Backends.CPU.Accelerators
Assembly
DotCompute.Backends.CPU.dll

A class that represents optimization cache statistics.

public class OptimizationCacheStatistics
Inheritance
OptimizationCacheStatistics
Inherited Members

Properties

AverageAge

Gets or sets the average age.

public double AverageAge { get; set; }

Property Value

double

The average age.

EntryCount

Gets or sets the entry count.

public int EntryCount { get; set; }

Property Value

int

The entry count.