virsir
virsir

Reputation: 15489

How to clear all memcache in app engine. Java environment

I need to clear it all to make the data become clean, is there any API I can use?

Upvotes: 2

Views: 2840

Answers (1)

Jacob Tomaw
Jacob Tomaw

Reputation: 1391

There is a clearAll method on the MemcacheService object.

Upvotes: 5

Related Questions