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.
我正在 Symfony 6 上开始一个新项目。每次我对项目进行更改时,var/cache都会完全重建,因此对应用程序的下一个请求总是超时。
var/cache
我可以做些什么来禁止var/cache在每次更改时重建?或者甚至不使用这个缓存?