11 references to CacheItem
Microsoft.Extensions.Caching.Hybrid (11)
Internal\DefaultHybridCache.StampedeStateT.cs (11)
170if (!ValidateUnicodeCorrectness(Cache._logger, Key.Key, CacheItem.Tags)) 180Cache.PrefetchTags(CacheItem.Tags); 227result.AsArraySegment(), Key.Key, CacheItem.Tags, Cache, out ArraySegment<byte> payload, out TimeSpan remainingTime, 233if (pendingTags.IsEmpty || !await Cache.IsAnyTagExpiredAsync(pendingTags, CacheItem.CreationTimestamp).ConfigureAwait(false)) 293if (!Cache.IsValid(CacheItem)) 306if (time <= CacheItem.CreationTimestamp) 318CacheItem.UnsafeSetCreationTimestamp(time); 329CacheItem cacheItem = CacheItem; 445switch (CacheItem) 473switch (CacheItem) 493switch (CacheItem)