Skip to content

IEvictionStrategy

interface

Namespace: Orleans.Providers.Streams.Common

Eviction strategy for the PooledQueueCache
public interface IEvictionStrategy

Properties

  • OnPurged Gets or sets the method which will be called when purge is finished.
  • PurgeObservable Gets the IPurgeObservable, which is implemented by the cache to do purge related actions and invoked by the eviction strategy.

Methods