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 has been archived by the owner on Apr 24, 2024. It is now read-only.
Yeah this is a tricky one. I think we should support caching at the individual request level. We also have to consider that since this is essentially wrapping other APIs we have that layer of caching to obey/consider as well. In my opinion Hydra should allow for the definer to specify a time-based expiration of Hydra caching, but we should also utilize caching mechanisms from the individual requests within a combined endpoint.
So that makes configuration even more complicated depending on the APIs being combined. Or am I way overthinking this?
How best to handle caching? Should we support individual caching of requests and/or overall endpoint caching? Time based? Header based?
The text was updated successfully, but these errors were encountered: