Implemented interface member:
method
SetAsync
Microsoft.Extensions.Caching.Distributed.IDistributedCache.SetAsync(System.String, System.Byte[], Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions, System.Threading.CancellationToken)
2 references to SetAsync
Microsoft.AspNetCore.Session.Tests (1)
SessionTests.cs (1)
1217
return _cache.
SetAsync
(key, value, options);
Microsoft.Extensions.Caching.Hybrid.Tests (1)
BufferReleaseTests.cs (1)
89
=> new(
SetAsync
(key, value.ToArray(), options, token)); // efficiency not important for this