I am using hhvm version 3.0.1 on ubuntu 13.10, with JIT enabled, in fastcgi mode and nginx web server. I need to know how to clear the cache in order to immediately see the code change ...
There is no cache to clear. Editing the file and then reloading the page should show your changes. There is an inotify hook to view modified files that will recompile this file upon reboot.
I had a similar problem - hh_client complained about non-existing lines (v3.11.1).Rebooting my car helped.
Just kill these processes from the shell:
pkill hh_server pkill hh_client
Source: https://habr.com/ru/post/1534874/More articles:General querydsl query. Dynamic path generation with left joins. - javaPivot table with PHP and MySQL - joinCan I tell if Makefile uses -jobs? - makefileHow to set up Gruntfile / Yeoman on a scaffold over a function-oriented directory structure - angularjsКак постоянно развертывать веб-приложение при включенном кешировании? - cachingThe best way to invoke and "forget" an async mysqlnd INSERT query is asynchronousDeeply nested groups in RegEx - javascriptЕсть ли версия LINQKit для EF 5.0? В противном случае, что я могу использовать для EF 5.0? - expressioncan write to rs232 serial tool but cannot read from it - pythonWhat is the shortest regular expression I can write to insert 3 characters into a string? - stringAll Articles