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