Implemented interface member:
method
RefreshAsync
Microsoft.Extensions.Caching.Distributed.IDistributedCache.RefreshAsync(System.String, System.Threading.CancellationToken)
1 reference to RefreshAsync
Microsoft.AspNetCore.Session.Tests (1)
SessionTests.cs (1)
1197
return _cache.
RefreshAsync
(key);