buffer与cache的区别 时间: 2016-01-02 分类: linux笔记 阅读:(786) 评论 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 usebuffer是即将写入到磁盘里去的数据暂存的内存区域,cached是从磁盘里读出来的数据暂存的内存区域。缓存(cac... 标签: linux, buffer, cache