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