Description
When using the CacheLoader, the LIRS cache unnecessarily synchronized on the cache segment in the get method, if the entry is already in the cache. This decreases performance for highly concurrent tests.
When using the CacheLoader, the LIRS cache unnecessarily synchronized on the cache segment in the get method, if the entry is already in the cache. This decreases performance for highly concurrent tests.