Define caching.
A cache is a region of fast memory that holds copies of data. Access to the cached copy is well-organized than access to the original. Caching and buffering are separate functions, but sometimes a region of memory can be used for together purposes.