Entity caching
#4592
Replies: 1 comment
-
We have a customer today who asked if the Entity cache will support different cache policies and strategies similar to the Apollo Client cache. The want to have cached data live for a certain time, but then at expiration or as determined by them they want to try fetching data from a subgraph but if that fails, fallback to returning cache data. This got me thinking more generally about different cache policies we could have for the Router. This could allow us to have a circuit breaker style implementation where we cache until we find the service is back online. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the place to discuss the upcoming preview feature Entity caching
Beta Was this translation helpful? Give feedback.
All reactions