My problem is that I am putting a data structure in the cache and want to traverse it now to get it out. I don't know the keys that are being used, so I need to have some means of traversing the cache, obtaining the keys and from there obtaining the rest of the data structure associated with those keys.