java icon indicating copy to clipboard operation
java copied to clipboard

Simple Cache is not Thread Safe

Open tdltdl opened this issue 1 year ago • 0 comments

The SimpleCache relies on a HashMap which is not thread safe. I would recommend to replace it with ConcurrentHashMap.

tdltdl avatar Sep 08 '24 19:09 tdltdl