Usage example: ConcurrentMap graphs = new MapMaker() . concurrencyLevel(32) .softKeys() .weakValues() .expiration(30, TimeUnit. MINUTES) .
google-collections.googlecode.