IEvictionStrategy 接口

定义

PooledQueueCache 的逐出策略

public interface IEvictionStrategy
type IEvictionStrategy = interface
Public Interface IEvictionStrategy
派生

属性

OnPurged

获取或设置清除完成后将调用的方法。

PurgeObservable

获取 IPurgeObservable,它由缓存实现以执行清除相关操作,并由逐出策略调用。

方法

OnBlockAllocated(FixedSizeBuffer)

数据适配器分配新块时应调用的方法

PerformPurge(DateTime)

拉取代理尝试对缓存执行清除时应调用的方法

适用于