Linux中内存buffer和cache的区别
Linux中内存buffer和cache的区别
日期:2022-03-29 09:34:55 人气:1
buffer 与cache 的区别
A buffer is something that has yet to be "written" to disk. A cache is something that has been "read" from the disk and stored for later use.
更详细的解释参考:Differ
A buffer is something that has yet to be "written" to disk. A cache is something that has been "read" from the disk and stored for later use.
更详细的解释参考:Differ