On Fri, Apr 24, 2015 at 8:42 AM, Dmitriy Setrakyan <[email protected]> wrote:
> I am not sure on your use case. Are you just looking for a way to > periodically snapshot the cache? > Yes. > Cache implements Iterable. Cache.iterator() method will iterate through all > the entries in a named cache. You can use it to get all the keys. > Ah, that's much easier. Thanks. Ognen
