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); 233result.AsArraySegment(), Key.Key, CacheItem.Tags, Cache, out ArraySegment<byte> payload, out TimeSpan remainingTime, 239if (pendingTags.IsEmpty || !await Cache.IsAnyTagExpiredAsync(pendingTags, CacheItem.CreationTimestamp).ConfigureAwait(false)) 299if (!Cache.IsValid(CacheItem)) 312if (time <= CacheItem.CreationTimestamp) 324CacheItem.UnsafeSetCreationTimestamp(time); 335CacheItem cacheItem = CacheItem; 451switch (CacheItem) 479switch (CacheItem) 499switch (CacheItem)