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.
search
AI OnAI Off
I need to implement custom caching, I do this by overriding getvarybycustomstring in global.asax and adding my key to web.config. The problem is that the default key is "path" and when I debug getvarybycustomstring this returns the current url-path. However when I add my own key to web.config "path,mykey" getvarybycustomstring returns null, so it seems to disable caching on path which seems bad?