Silverstripe Version: 4.*
I have a specific problem with clearing cache.
The application runs behind a load balancer where the users with admin roles are only on one server.
Running
sake dev/build "flush=1"
works on “admin” server but not on two other servers. Build works ok. Flush doesn’t work. And there are no errors. Sysops suggested that we put all cache in a specific folder which he could delete directly.
What would you suggest we do?