enonic / lib-cache

Cache Library for Enonic XP.
Apache License 2.0
2 stars 1 forks source link

lib-cache cache.getKeys() inspect cache #11

Open ComLock opened 6 years ago

ComLock commented 6 years ago

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?