bufferscache
bufferscache, commonly referred to as the buffer cache, is the portion of a computer's memory used to store recently accessed disk blocks and I/O buffers. Managed by the operating system kernel, it serves as an intermediary between applications and storage devices, allowing subsequent reads for the same data to be satisfied from RAM rather than from disk.
The bufferscache typically contains both file data blocks and filesystem metadata. When a program reads data,
In some operating systems the bufferscache is a distinct component from the page cache; Linux, for example,
Performance and management. Keeping frequently accessed blocks in memory speeds up I/O, but unbounded caching can