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/
谢谢,