Hello, I’ve tried to find any information regarding expiration of Apollo Client cache when using it like this:
fetchPolicy: 'cache-first',
but never found any.
Is cache cannot be expired unless we call resetStore() ? If we open a new tab in browser, a new Apollo client will be created during component rendering and new cache for that specific client is used, right?
Thanks for any replies.