Skip to content

IEvictionStrategy Properties

Eviction strategy for the PooledQueueCache

OnPurged

abstractgetset
public abstract Action<CachedMessage?, CachedMessage?> OnPurged
Gets or sets the method which will be called when purge is finished.

PurgeObservable

abstractset
public abstract IPurgeObservable PurgeObservable
Gets the IPurgeObservable, which is implemented by the cache to do purge related actions and invoked by the eviction strategy.