IEvictionStrategy 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
PooledQueueCache 的收回策略
public interface IEvictionStrategy
type IEvictionStrategy = interface
Public Interface IEvictionStrategy
- 衍生
屬性
OnPurged |
取得或設定完成清除時所呼叫的方法。 |
PurgeObservable |
取得 , IPurgeObservable 由快取實作,以執行清除相關動作,並由收回策略叫用。 |
方法
OnBlockAllocated(FixedSizeBuffer) |
當資料配接器配置新區塊時應該呼叫的方法 |
PerformPurge(DateTime) |
提取代理程式嘗試在快取上執行清除時應該呼叫的方法 |