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.
While I think ISynchronizedObjectInstanceCache is generally a better idea, I don't think using that will help with reducing the amount of request. ISynchronizedObjectInstanceCache ensures that the cache invalidation is synced, so each instance still has it own cache, and adding an item in an instance will not make that cache entry available on all instances
"StaticallyCacheFor" in Episerver Find uses the "HttpRuntime.Cache". Using the "SynchronizedObjectInstanceCache" instead would reduce the amount of requests to Episerver Find when running a lot of instances.