Buffer
-
Buffer vs. cacheDB/InMemory 2019. 9. 29. 13:53
1. Overview The semantics of a "buffer" and a "cache" are not totally different. even so, there are fundamental differences in intent between the process of caching and the process of buffering. A cache is typically used to store frequently accessed data. The data in a cache changes over time but the cache itself may be permanent. Caches often have sophisticated designs that support random acces..