Lets say that I have two versions of the same file. One is app/v1/lib/ExampleClass.php, and another resides in app/v2/lib/ExampleClass.php. To conserve memory, xcache creates opcache for only single version of those files. But the problem arises when v1 or v2 is modified, and xcache persistently serves the wrong opcache. In the past I've always separated php-fpm master processes for different app versions. I don't have that luxury this time, but the problem remains. Is there any other way to go around this?
OS: Debian 8 PHP: Version 5.6.30 XCache: Version 3.2.0