2 references to DefaultCacheViewExpiration
Microsoft.AspNetCore.Components.Endpoints (2)
CacheView\HybridCacheViewStore.cs (1)
64
: options.ExpiresAfter ?? RazorComponentsServiceOptions.
DefaultCacheViewExpiration
;
CacheView\MemoryCacheViewStore.cs (1)
89
entryOptions.AbsoluteExpirationRelativeToNow = options.ExpiresAfter ?? RazorComponentsServiceOptions.
DefaultCacheViewExpiration
;