Knowledge Base Home
| Glossary |
Contact Us |
Knowledge Base - Glossary of Terms
|
|
|
|
|
ALL
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
|
| |
| Glossary Detail |
Caching
Definition
An area of memory that stores data or instructions for faster computer performance.
Information
When data is cached it is usually stored in RAM memory to be accessed at a later time. These are instructions or data that was previously accessed and is now stored for ease of use later.If the data is later requested the cache can then serve this information again at a much faster speed by simply reading the information stored in the cache area. This access is much faster than if the data had to be recomputed or fetched from its original storage location. |