Description
I have a report that the LIRS cache (in combination with the persistent cache) does not perform well when using 50 threads that concurrently access it. The Guava cache might not be affected (as much).
I would like to investigate, with a simple test case, what is the behavior of the LIRS and Guava cache with highly concurrent use cases, in combination with a cache loader.