September 11, 2008

MemCache Flush All (for memcache_client )

Some times we might want to clear memcache without restarting memcache server.

When calling Cache.get / set, we are really using a wrapper module Cache that simplify access to memcache client.

To flush memcache, call CACHE.flush_all