Cache
A cache is an intermediate store that holds frequently requested data so it does not need to be recomputed or reloaded from the main database on every repeated request. It significantly speeds up recurring access.
Source: MDN Web Docs — Cache
A cache is an intermediate store that holds frequently requested data so it does not need to be recomputed or reloaded from the main database on every repeated request. It significantly speeds up recurring access.
Source: MDN Web Docs — Cache