TimePurgePredicate(TimeSpan, TimeSpan)
public TimePurgePredicate(TimeSpan minTimeInCache, TimeSpan maxRelativeMessageAge) Initializes a new instance of the
TimePurgePredicate class. Parameters
minTimeInCacheTimeSpan- The minimum time data should be kept in cache, unless purged due to data size.
maxRelativeMessageAgeTimeSpan- The maximum age of data to keep in the cache.
