Concept 11 of 21
frameworkCaching strategies
Remember the answer so you do not have to ask again. Then figure out when the answer goes stale.
Definition
Keeping a copy of an expensive-to-fetch result in a faster, closer store so future reads can skip the work, with rules for when to invalidate or refresh it.
Step 1