Edit

Share via


ChronologicalEvictionStrategy.OnPurged Property

Definition

Called with the newest item in the cache and last item purged after a cache purge has run. For ordered reliable queues we shouldn't need to notify on every purged event, only on the last event of every set of events that get purged.

public Action<Orleans.Providers.Streams.Common.CachedMessage?,Orleans.Providers.Streams.Common.CachedMessage?> OnPurged { get; set; }
member this.OnPurged : Action<Nullable<Orleans.Providers.Streams.Common.CachedMessage>, Nullable<Orleans.Providers.Streams.Common.CachedMessage>> with get, set
Public Property OnPurged As Action(Of Nullable(Of CachedMessage), Nullable(Of CachedMessage))

Property Value

Implements

Applies to