11 references to CacheItem
Microsoft.Extensions.Caching.Hybrid (11)
Internal\DefaultHybridCache.StampedeStateT.cs (11)
176if (!ValidateUnicodeCorrectness(Cache._logger, Key.Key, CacheItem.Tags)) 186Cache.PrefetchTags(CacheItem.Tags); 232var parseResult = HybridCachePayload.TryParse(result.AsArraySegment(), Key.Key, CacheItem.Tags, Cache, out var payload, 238if (pendingTags.IsEmpty || !await Cache.IsAnyTagExpiredAsync(pendingTags, CacheItem.CreationTimestamp).ConfigureAwait(false)) 298if (!Cache.IsValid(CacheItem)) 311if (time <= CacheItem.CreationTimestamp) 323CacheItem.UnsafeSetCreationTimestamp(time); 334CacheItem cacheItem = CacheItem; 450switch (CacheItem) 478switch (CacheItem) 498switch (CacheItem)