Hi Here is the Process to clear the MemCache in Your System.
# telnet localhost 11211
flush_all
quit
if the memcache does not run on localhost 11211, you will have to adjust it.
# telnet localhost 11211
flush_all
quit
if the memcache does not run on localhost 11211, you will have to adjust it.