TimePurgePredicate
class
Namespace: Orleans.Providers.Streams.Common
Determines if data should be purged based off time.
public class TimePurgePredicateConstructors
TimePurgePredicate(TimeSpan, TimeSpan)Initializes a new instance of theTimePurgePredicateclass.
Methods
ShouldPurgeFromTime(TimeSpan, TimeSpan)Checks to see if the message should be purged. Message should be purged if its relative age is greater thanmaxRelativeMessageAgeand has been in the cache longer than the minTimeInCache.
