Memory Cache
The memory cache is a fully matched cache with a hash map structure. The hash key is the query's hash value, corresponding to the user question. The user question must be an exact match.
Figure 1 Memory cache structure
Parent topic: Cache Types