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.
我在 ubuntu 13.10 上使用 hhvm 版本 3.0.1,启用 JIT,在 fastcgi 模式和 nginx 网络服务器。我需要知道如何清除缓存,以便我可以立即看到代码更改...
没有任何需要清除的缓存。编辑文件然后重新加载页面应该会显示您的更改。有一个 inotify 挂钩来监视更改的文件,这些文件将在重新加载时重新编译该文件。
只需从 shell 中终止这些进程:
pkill hh_server pkill hh_client
我有类似的问题 - hh_client 抱怨没有现有的行(v3.11.1)。 重新启动我的机器有帮助。