What Guava classes are suitable for thread-safe caching? I use a composed key, which gets constructed on the fly, so softKeys() makes no sense, right? I saw somewhere ConcurentLinkedHashMap, is it the way to go? Is it already in the recent release? Sorry for the chaotic way of asking...
|
feedback
|
|
Sounds like you want You are right about | |||||||||||||
feedback
|
|
The new Guava library with version 10.0 introduces the It comes with Example from the documentation:
| |||
|
feedback
|
|
Caching is a complex problem with many hidden traps to be solved. Why don't you try some of the already proven cache implementations? ehcache for example. | |||||
feedback
|
|
| |||||
feedback
|