With PHP 7.0 (and availability to use OPcache), APC is no longer the only opcode cache extension. APCu as been made available to replace the key/value component of APC.
APCu is officially supported in Doctrine\Cache since v. 1.6
I did not include any new tests since there was none to test other services, but I can, if they are required
With PHP 7.0 (and availability to use OPcache), APC is no longer the only opcode cache extension. APCu as been made available to replace the key/value component of APC.
APCu is officially supported in Doctrine\Cache since v. 1.6
I did not include any new tests since there was none to test other services, but I can, if they are required