Hi, I realize that one shouldn't iterate through the contents of the memcached server, but in the case of testing/verification, I want to be able to dump the cache, if necessary. I did see the FAQ post and understand this shouldn't be done in production.
I know the Java client API doesn't support getting the contents of the cache and iterating through it's values. Can someone recommend a way to do this or other effective ways to test memcached? Thanks, Juliana
