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