1 write to ExpiresSliding
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
284
ExpiresSliding
= cacheView.ExpiresSliding,
3 references to ExpiresSliding
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\HybridCacheViewStore.cs (1)
55
if (options.
ExpiresSliding
.HasValue)
CacheView\MemoryCacheViewStore.cs (2)
78
if (options.
ExpiresSliding
.HasValue)
80
entryOptions.SlidingExpiration = options.
ExpiresSliding
.Value;