<div>hi </div>
<div>&nbsp;</div>
<div>I have a memcached server running and my application is using it for caching the data. From another application I want to get all the cached data. Problem is this another application does&#39;nt know about the keys which are used for caching. So, how can I request the memcached to get all the cached data. Is there a way I can request to get all keys and then using the String array of keys I can call the getMulti() api. 
</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Mukesh</div>