The cache is currently a pure in-memory cache. It would probably better to use a LFU cache as mentioned in #1 .
The cache is currently a pure in-memory cache. It would probably better to use a LFU cache as mentioned in #1 .