7 references to HasBackendCache
Microsoft.Extensions.Caching.Hybrid (7)
Internal\DefaultHybridCache.L2.cs (3)
80=> HasBackendCache ? WritePayloadAsync(key, cacheItem, buffer, options, token) : default; 107if (!HasBackendCache) 137Debug.Assert(HasBackendCache, "shouldn't be here without L2");
Internal\DefaultHybridCache.TagInvalidation.cs (4)
117if (HasBackendCache) 172if (HasBackendCache) 214if (HasBackendCache && !tags.IsEmpty) 247if (isNow && !HasBackendCache)