In .NET 4.7, they have introduced a feature to plug any cache store as the default object cache implementation. However, I can't find any documentation from Microsoft, any help or even a blog on how to configure any cache store other than MemoryCache
as the default object cache.
Please direct me to any link that helps me understand it's configuration.