Implemented interface member:
method
SetAsync
Microsoft.AspNetCore.OutputCaching.IOutputCacheStore.SetAsync(System.String, System.Byte[], System.String[], System.TimeSpan, System.Threading.CancellationToken)
1 reference to SetAsync
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
371=> SetAsync(key, value.ToArray(), tags.ToArray(), validFor, cancellationToken);