Cache
Cache is represented by the various shared data structures that make up in-memory Btrees and subordinate data structures.
Eviction
Eviction represents the process or removing old data from the cache, writing it to disk if it is dirty.