MvcDonutCaching and RedisOutputCacheProvider in Umbraco backend
I have implemented MvcDonutCaching for caching of the pages of a website, and RedisOutputCacheProvider as the provider for the caching.
This all works well for the frontend.
However, I am having problems in the backend. Whenever I try to publish content for a document type that is marked for caching, I am receiving the following exception:
Ensure that your custom OutputCacheProvider implements IEnumerable<KeyValuePair<string, object>>.
MvcDonutCaching and RedisOutputCacheProvider in Umbraco backend
I have implemented MvcDonutCaching for caching of the pages of a website, and RedisOutputCacheProvider as the provider for the caching. This all works well for the frontend.
However, I am having problems in the backend. Whenever I try to publish content for a document type that is marked for caching, I am receiving the following exception:
Stacktrace:
Does anyone have a suggestion for how to solve this? Do I need to catch some event and clear the cache manually?
Did you ever manage to get this fixed?
is working on a reply...