Hey, Is there a way I can delete the cache objects by group? I am using net.spy.memcached.MemcachedClient as my Java client. But it offers a functionality to delete cache by key.
I am looking for something where I can group my keys and delete the group whenever I need to delete all of them. Thanks Abhilash
