[appengine-java] iterating through items in cache (Java)

2010-06-08 Thread radzish
Hi Memcache API is missing this. Are there any ideas how to do that? Regards, Alex -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from

Re: [appengine-java] iterating through items in cache (Java)

2010-06-08 Thread Ikai L (Google)
Memcache doesn't natively have this ability, even outside of App Engine. You'll have to keep an index of used keys, or consider a different storage strategy. On Tue, Jun 8, 2010 at 4:36 PM, radzish radz...@gmail.com wrote: Hi Memcache API is missing this. Are there any ideas how to do that?