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