On Wed, Mar 11, 2009 at 8:39 AM, Chris <chris1...@gmail.com> wrote:
>
> If my app has a lot of data in memcache, and calls flush_all() now,
> what about the performance of this function call? I'm not sure how the
> memcache backend is implemented.

Like all memcache calls, flush is O(1). Everything is done lazily. So
there is no overhead.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to