67.9k views
1 vote
What is the definition of "cache," and in what circumstances would it be appropriate to use it?

User JepZ
by
7.4k points

2 Answers

5 votes
Cache is defined as being stored or put away
Some examples include:
The troops are looking for the former dictator’s cache of gold bars.
When digging in the backyard, I discovered a cache of antique coins
So use it when your talking about something hidden.
User Marcelo Machado
by
7.2k points
4 votes

If we're talking about the computer language, cache is a memory area where a temporary copy of data stored in a slower access medium is maintained, in order to speed up data recovery. Cache's function is that of storing data and instructions that the CPU may need soon. It enables the processor to work with full capacity and have as little downtime as possible.

User Monfresh
by
7.9k points