You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
I have a use case where my app responds to multiple domains.
As such the cache returns the same data for /somepath/someId for each of the domains. Is there a way to specify custom keys so I can add my own key in? perhaps in some before hook?
I have a use case where my app responds to multiple domains.
As such the cache returns the same data for
/somepath/someIdfor each of the domains. Is there a way to specify custom keys so I can add my own key in? perhaps in some before hook?