Skip to content

Instantly share code, notes, and snippets.

@rascoop
Created September 23, 2012 23:35
Show Gist options
  • Save rascoop/3773431 to your computer and use it in GitHub Desktop.
Save rascoop/3773431 to your computer and use it in GitHub Desktop.
clear cache cakephp in linux
rm -f ./app/tmp/cache/models/cake_model_*
rm -f ./app/tmp/cache/persistent/cake_core_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment