Table of Contents

Class CacheConfiguration

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

A class that represents cache configuration.

public class CacheConfiguration
Inheritance
CacheConfiguration
Inherited Members

Properties

CleanupInterval

Gets or sets the cleanup interval.

public TimeSpan? CleanupInterval { get; set; }

Property Value

TimeSpan?

The cleanup interval.

ExpiryTime

Gets or sets the expiry time.

public TimeSpan? ExpiryTime { get; set; }

Property Value

TimeSpan?

The expiry time.

MaxCacheSize

Gets or sets the max cache size.

public int? MaxCacheSize { get; set; }

Property Value

int?

The max cache size.

MetricsMaxAge

Gets or sets the metrics max age.

public TimeSpan? MetricsMaxAge { get; set; }

Property Value

TimeSpan?

The metrics max age.

ProfileMaxAge

Gets or sets the profile max age.

public TimeSpan? ProfileMaxAge { get; set; }

Property Value

TimeSpan?

The profile max age.