InMemoryOutputCacheProvider for AspNetCore.CacheOutput package
$ dotnet add package AspNetCore.CacheOutput.InMemoryIn-memory cache provider implementation for AspNetCore.CacheOutput
Install core package: Install-Package AspNetCore.CacheOutput
Install package with in-memory cache provider implementation: Install-Package AspNetCore.CacheOutput.InMemory
In "Startup" class "ConfigureServices" method register additional services:
services.AddInMemoryCacheOutput();
See https://github.com/Iamcerba/AspNetCore.CacheOutput for more details.