Class MemoryCacheOptions
public class MemoryCacheOptions
- Inheritance
-
MemoryCacheOptions
- Extension Methods
Properties
Clock
public ISystemClock? Clock { get; set; }
Property Value
CompactionPercentage
Gets or sets the amount to compact the cache by when the maximum size is exceeded.
public double CompactionPercentage { get; set; }
Property Value
ExpirationScanFrequency
Gets or sets the minimum length of time between successive scans for expired items.
public TimeSpan ExpirationScanFrequency { get; set; }
Property Value
SizeLimit
Gets or sets the maximum size of the cache.
public long? SizeLimit { get; set; }
Property Value
- long?