Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CakePHP で特定のプラグイン モデル クラスのキャッシュを無効にすることは可能ですか?
var $cacheQueries = FALSE;モデルと<cake:nocache></cake:nocache>ビューファイルで試しましたが、成功しませんでした。
var $cacheQueries = FALSE;
<cake:nocache></cake:nocache>
このモデルへのクエリの結果はキャッシュされており、cake はそのtmp/cache/models/場所にファイルを作成します
tmp/cache/models/
ありがとうございました、