linux系统下关于Buffer和Cache的区别
linux系统下关于Buffer和Cache的区别
日期:2022-04-08 10:43:40 人气: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.
更详细的解释参考:Diffe
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.
更详细的解释参考:Diffe