IEvictionStrategy
interface
Namespace: Orleans.Providers.Streams.Common
Eviction strategy for the PooledQueueCache
public interface IEvictionStrategyProperties
OnPurgedGets or sets the method which will be called when purge is finished.PurgeObservableGets theIPurgeObservable, which is implemented by the cache to do purge related actions and invoked by the eviction strategy.
Methods
OnBlockAllocated(FixedSizeBuffer)Method which should be called when data adapter allocated a new blockPerformPurge(DateTime)Method which should be called when pulling agent try to do a purge on the cache
