3 references to SetSlidingExpiration
Microsoft.AspNetCore.Mvc.TagHelpers (2)
DistributedCacheTagHelper.cs (2)
96options.SetSlidingExpiration(ExpiresSliding.Value); 101options.SetSlidingExpiration(DefaultExpiration);
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
282new DistributedCacheEntryOptions().SetSlidingExpiration(_idleTimeout),