System.ServiceModel.Security.TimeBoundedCache
class TimeBoundedCache
protected TimeBoundedCache(int lowWaterMark, int maxCacheItems, IEqualityComparer keyComparer, PurgingMode purgingMode, TimeSpan purgeInterval, bool doRemoveNotification)
protected bool TryAddItem(object key, object item, DateTime expirationTime, bool replaceExistingEntry)