dcache
dcache copied to clipboard
Remove dmg.util.AgingHash with Guava's cache
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.