{{tag>Brouillon}} # Notes memcache Flush ~~~bash echo "flush_all" | /bin/netcat -q 2 127.0.0.1 11211 ~~~ Flush Disk Cache ~~~bash find YOUR/WEB/DIR/app/tmp/cache/ -type f -delete ~~~