Well, if you don't have trillions of data in memcache, you can simply
create a Servlet like this:
public class Flush extends HttpServlet
{
public void doGet(HttpServletRequest req, HttpServletResponse resp)
throws IOException
{
MemcacheService memcache =
MemcacheServiceFactory.getMemcacheService();
memcache.clearAll();
resp.getWriter().write("Memcache cleared");
}
}
On Mar 19, 9:37 am, opok <[email protected]> wrote:
> Hi all, does memcache get clean when new version deployed and made to
> be the default one?
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.