Number of compressed buffers in the cache. This is included in the cache buffer total.
高速缓存中的压缩缓冲区。它是高速存储缓冲区的一部分。
For example, read and write requests to the underlying device drivers migrate through the buffer cache.
例如,对底层设备驱动程序的读写请求会通过缓冲区缓存来传递。
The buffer cache is managed as a set of least recently used (LRU) lists.
以最近使用(LRU)列表的形式管理缓冲区缓存。
应用推荐