摘要: A buffer is just a container to hold data for a short period of time when more comes in at any given time than a consumer can use / process. It's a first-in, first-out situation - the data comes in, might be buffered, and goes out in the same order it came in, after a while.A cache is a storage 阅读全文
posted @ 2014-02-10 14:34 johnny_HITWH 阅读(353) 评论(0) 推荐(0)