Description
LRUListWithAsyncSorting has a static thread pool. It should instead have a thread pool whose life is limited to the life of the cache. That way if the cache is closed the thread pool will be cleaned up.
LRUListWithAsyncSorting has a static thread pool. It should instead have a thread pool whose life is limited to the life of the cache. That way if the cache is closed the thread pool will be cleaned up.