On Thu, Aug 29, 2013 at 6:49 AM, Saurabh Saxena <[email protected]>
 wrote:

> I am looking for a way around to flush/clear the memcache.
>
>
Hello Saurabh,

Memcache offers the *clearAll* method to flush all values. See
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/memcache/MemcacheServiceand
scroll down to
*clearAll()*.



On Thu, Aug 29, 2013 at 6:49 AM, Saurabh Saxena <[email protected]>
 wrote:

> After running this code, I try to refresh the page to see an empty table.
> But still there are some records left which disappears after a second page
> refresh.
>


Note that - depending on the speed of your PC - it may take some time to
delete data off the local development datastore. Try giving some time
between deleting the data and refreshing the page.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to