I already use the Episerver CacheManager for caching data relating to content references by using the ContentDependency:{contentReference.ID} which is working well however I'm changing our other provider which worked on the MemoryCache system to make sure it's load balanced. This need to simply cache an object for a set amount of time and work on the DXC, the docs here http://world.episerver.com/documentation/developer-guides/CMS/caching/Object-caching/ show how to do this but when implementing the constructors for time based eviction are all marked as obsolete.
Hi guys,
I already use the Episerver CacheManager for caching data relating to content references by using the ContentDependency:{contentReference.ID} which is working well however I'm changing our other provider which worked on the MemoryCache system to make sure it's load balanced. This need to simply cache an object for a set amount of time and work on the DXC, the docs here http://world.episerver.com/documentation/developer-guides/CMS/caching/Object-caching/ show how to do this but when implementing the constructors for time based eviction are all marked as obsolete.
Is there a better way to handle this?