WeakConcurrentHashMap
WeakConcurrentHashMap copied to clipboard
Contains WeakConcurrentHashMap Java Implementation
Results
2
WeakConcurrentHashMap issues
Sort by
recently updated
recently updated
newest added
Hey, I have some suggestions for better performance. - You can use EntrySet instead of KeySet for better performance - And, I will advise you use ScheduledExecutorService instead of Thread...
Hey I reformed and used some of your code, can I use it? The repo of my API: https://github.com/360matt/FastMongo And the fork: https://github.com/360matt/FastMongo/blob/master/src/main/java/fr/i360matt/fastmongo/utils/ExpirableCache.java