metaphorical.ly

Demystifying Technology without Jargon

  1. API
  2. Binary Code
  3. Cache
  4. Compiling
  5. Cookie
  6. Database
  7. Defragmenting
  8. Exploit
  9. IP Address
  10. Open Source
  11. Phishing
  12. Router
  13. Server
  14. VPN
  15. Web Browser

Cache

In computing, a cache is a component that transparently stores data so that future requests for that data can be served faster.... the greater the number of requests that can be served from the cache, the faster the overall system performance becomes.

Wikipedia

A Cache is a Brain

The brain is similar to a cache in the sense that it is capable of retaining information extracted from some other source. The source of that information is called the system of record, which is typically slower to access, so our brain keeps a copy of the record for the express purpose of accessing the information in a more rapid fashion.

Consider the number stored on your mobile phone, the system of record. Most of us retain that number in our brain because we typically reference it on such a frequent basis. The value of caching (in the brain) that information is the covenience of rapid recall. Yet, if our brains were unable to store the number, then recollection would be an expensive operation, as it would require thumbing through a sequence of actions on our phone for each and every inquiry.

A cache is usually limited in its capacity to store information, similar to our brain. Typically, the most relevant or frequently accessed information is tucked away for future recall, whereas less important and infrequently referenced information is forgotten. A cache hit occurs when our brain recalls a bit of information and a cache miss happens when something is forgotten.

davidledwards

Hear a term that you wish had a metaphor? Tweet us, post it to Facebook, or, if you're feeling geeky, open a new task on Github!

Created by Clint Andrew Hall, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.