MemoryDistributedCacheOptions 类

定义

public ref class MemoryDistributedCacheOptions : Microsoft::Extensions::Caching::Memory::MemoryCacheOptions
public class MemoryDistributedCacheOptions : Microsoft.Extensions.Caching.Memory.MemoryCacheOptions
type MemoryDistributedCacheOptions = class
    inherit MemoryCacheOptions
Public Class MemoryDistributedCacheOptions
Inherits MemoryCacheOptions
继承
MemoryDistributedCacheOptions

构造函数

MemoryDistributedCacheOptions()

初始化 MemoryDistributedCacheOptions的新实例。

属性

Clock

获取或设置缓存用于过期的时钟。

(继承自 MemoryCacheOptions)
CompactionPercentage

获取或设置当超出最大大小时压缩缓存的量。

(继承自 MemoryCacheOptions)
CompactOnMemoryPressure
已过时.

启用 ot 可禁用在超出最大大小时压缩缓存的选项。

(继承自 MemoryCacheOptions)
ExpirationScanFrequency

获取或设置连续扫描过期项目之间的最短时间长度。

(继承自 MemoryCacheOptions)
SizeLimit

获取或设置缓存的最大大小。

(继承自 MemoryCacheOptions)
TrackLinkedCacheEntries

获取或设置是否跟踪链接项。 默认禁用。

(继承自 MemoryCacheOptions)
TrackStatistics

获取或设置是否跟踪内存缓存统计信息。 默认禁用。

(继承自 MemoryCacheOptions)

方法

Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

显式接口实现

IOptions<MemoryCacheOptions>.Value

获取默认配置的 TOptions 实例。

(继承自 MemoryCacheOptions)

适用于