4 references to InUsage
System.Runtime.Caching (4)
System\Runtime\Caching\MemoryCacheEntry.cs (1)
324
if (
InUsage
() && _utcLastUpdateUsage < utcNow - CacheUsage.CORRELATED_REQUEST_TIMEOUT)
System\Runtime\Caching\MemoryCacheStore.cs (3)
77
if (entry.
InUsage
())
107
if (entry.
InUsage
())
135
if (entry.
InUsage
() || entry.SlidingExp > TimeSpan.Zero)