6 writes to ExpiresSliding
Microsoft.AspNetCore.Mvc.TagHelpers.Test (6)
CacheTagHelperTest.cs (3)
294
ExpiresSliding
= expiresSliding
446
ExpiresSliding
= TimeSpan.FromSeconds(30)
468
ExpiresSliding
= TimeSpan.FromSeconds(30)
DistributedCacheTagHelperTest.cs (3)
335
ExpiresSliding
= expiresSliding
494
ExpiresSliding
= TimeSpan.FromSeconds(30)
518
ExpiresSliding
= TimeSpan.FromSeconds(30)
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);