Use ConcurrentHashMap instead of Spring Cache
This is not a high-load, high-performance application. A simple ConcurrentHashMap does everything we need.
Loading
Please sign in to comment
This is not a high-load, high-performance application. A simple ConcurrentHashMap does everything we need.