2 instantiations of ExpirableItem
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
88
return this.TryAddItem(key, new
ExpirableItem
(item, expirationTime), replaceExistingEntry);
175
this.entries[key] = new
ExpirableItem
(item, expirationTime);
2 references to ExpirableItem
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
335
ExpirableItem
wrapper = (val as
ExpirableItem
);