共用方式為


IEvictionStrategy 介面

定義

PooledQueueCache 的收回策略

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

屬性

OnPurged

取得或設定完成清除時所呼叫的方法。

PurgeObservable

取得 , IPurgeObservable 由快取實作,以執行清除相關動作,並由收回策略叫用。

方法

OnBlockAllocated(FixedSizeBuffer)

當資料配接器配置新區塊時應該呼叫的方法

PerformPurge(DateTime)

提取代理程式嘗試在快取上執行清除時應該呼叫的方法

適用於