For the cache-first fetch policy, if all requested data is present in the cache, that data is returned. However, how does Apollo Client know that all of the data is present in the cache? How does it know that the cache is missing some of the data you asked for?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Apollo-client not caching the data | 0 | 456 | July 12, 2022 | |
When does apollo cache knows that there is new data to fetch? | 3 | 1945 | January 4, 2023 | |
Understanding 'cache-and-network' fetchPolicy? | 4 | 14501 | June 29, 2021 | |
How to know when a query miss the cache and its cause? | 3 | 388 | September 7, 2021 | |
What cache layers does fetch policy consider? | 0 | 8 | November 5, 2024 |