1 write to ExpiresOn
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
283
ExpiresOn
= cacheView.ExpiresOn,
4 references to ExpiresOn
Microsoft.AspNetCore.Components.Endpoints (4)
CacheView\HybridCacheViewStore.cs (2)
62
var absolute = options.
ExpiresOn
.HasValue
63
? options.
ExpiresOn
.Value - DateTimeOffset.UtcNow
CacheView\MemoryCacheViewStore.cs (2)
83
if (options.
ExpiresOn
.HasValue)
85
entryOptions.AbsoluteExpiration = options.
ExpiresOn
.Value;