5 references to ExpiresSliding
Microsoft.AspNetCore.Mvc.TagHelpers (5)
Cache\CacheTagKey.cs (1)
86
_expiresSliding = tagHelper.
ExpiresSliding
;
CacheTagHelper.cs (2)
185
if (
ExpiresSliding
!= null)
188
options.SetSlidingExpiration(
ExpiresSliding
.Value);
DistributedCacheTagHelper.cs (2)
93
if (
ExpiresSliding
!= null)
96
options.SetSlidingExpiration(
ExpiresSliding
.Value);