Currently it's only possible to see how many entries are in the cache by using cache.getSize().
I would like to be able to inspect the cache and see what is actually there.
For example cache.getKeys() or something similar would be useful.
What do ye think?