Skip to content

ChronologicalEvictionStrategy

class

Namespace: Orleans.Providers.Streams.Common

Eviction strategy that evicts data based off of age.
public class ChronologicalEvictionStrategy : IEvictionStrategy

Constructors

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