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