LoginSignup
3
1

More than 5 years have passed since last update.

[CakePHP3]本番リリースしたのに反映されない時!キャッシュを削除するシェル

Posted at

バージョン 3.3.0 以降

bin/cake cache clear_all

キャッシュがファイルなら、一時ディレクトリ配下の以下のファイルが消えます。

  • persistent/*
  • models/*
  • view/*

参考

Cache シェル

ORMキャッシュシェル

https://book.cakephp.org/3.0/ja/console-and-shells/orm-cache.html
これは特定の接続情報だけや、テーブルだけのキャッシュを削除することができます。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1