EDIT: I\'ve reorganized this question to reflect the new information that since became available.
This question is based on the responses to a quest
I just added the method Cache.cleanUp() to Guava. Once you migrate from MapMaker to CacheBuilder you can use that to force eviction.
Cache.cleanUp()
MapMaker
CacheBuilder