Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 394 Bytes

cache.md

File metadata and controls

9 lines (9 loc) · 394 Bytes

Cache :

A cache is a high-speed data storage layer which stores a subset of data,typically transient in nature,
so that future requests for that data are served up faster than is possible by accessing the data's primary
storage location.
 Part of Speech: Noun, Verb
 Examples: A 256 Kb secondary cache
           The operating system tries to cache every disk operation