6 writes to ExpiresSliding
Microsoft.AspNetCore.Mvc.TagHelpers.Test (6)
CacheTagHelperTest.cs (3)
294ExpiresSliding = expiresSliding 446ExpiresSliding = TimeSpan.FromSeconds(30) 468ExpiresSliding = TimeSpan.FromSeconds(30)
DistributedCacheTagHelperTest.cs (3)
335ExpiresSliding = expiresSliding 494ExpiresSliding = TimeSpan.FromSeconds(30) 518ExpiresSliding = TimeSpan.FromSeconds(30)
5 references to ExpiresSliding
Microsoft.AspNetCore.Mvc.TagHelpers (5)
Cache\CacheTagKey.cs (1)
86_expiresSliding = tagHelper.ExpiresSliding;
CacheTagHelper.cs (2)
185if (ExpiresSliding != null) 188options.SetSlidingExpiration(ExpiresSliding.Value);
DistributedCacheTagHelper.cs (2)
93if (ExpiresSliding != null) 96options.SetSlidingExpiration(ExpiresSliding.Value);