Skip to content

TimePurgePredicate

class

Namespace: Orleans.Providers.Streams.Common

Determines if data should be purged based off time.
public class TimePurgePredicate

Constructors

Methods

  • ShouldPurgeFromTime(TimeSpan, TimeSpan) Checks to see if the message should be purged. Message should be purged if its relative age is greater than maxRelativeMessageAge and has been in the cache longer than the minTimeInCache.