Forum Discussion
Anonymous
4 years agoNo. ABCG don't share a single cache.
You should have logic in your code to compensate when the cache doesn't have the data so that it can be fetched brand new if needed. Typical cache logic is build for performance so you don't have to do "heavy" calls for stuff that doesn't change that often. But if that thing doesn't exist in the cache you should do the heavy call and store it in cache for subsequent runs.
Related Content
- 10 months ago