dcache icon indicating copy to clipboard operation
dcache copied to clipboard

Remove dmg.util.AgingHash with Guava's cache

Open kofemann opened this issue 7 years ago • 0 comments

The dmg.util.AgingHash is intended to be a hash map with fixed amount of entries. Since Guava's Cache had such functionality, makes sense to replace home-made implementation it.

kofemann avatar Feb 14 '18 10:02 kofemann