Answer by
BBGaming (66)
Buffer memory is a temporary storage location for something you're going to use later. If you add 1 and 2, the result, 3, will be stored on a buffer until you need it. Cache is simply memory that gets accessed more often than others, it's faster for better performance.