A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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?