Does anybody know which package I need to reference to be able to create a custom implementation of IOutputCacheStore in a dedicated project?
Asking for a friend 😏
Asking for a friend 😏
Comments
NB: my project is targeting .net standard 2.0
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.outputcaching.ioutputcachestore?view=aspnetcore-9.0
I've been carried away by the habit to use the very minimal dependency surface area 😅
Thanks!