dflydev / dflydev-doctrine-orm-service-provider

Doctrine ORM Service Provider
MIT License
209 stars 59 forks source link

Added support for APCu Cache driver #77

Open jfdion opened 7 years ago

jfdion commented 7 years ago

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

dominikzogg commented 7 years ago

@jfdion, would be cool, if you add the new cache Driver to the readme

dominikzogg commented 7 years ago

@simensen looks good to me, what do you think?

lucasmilin commented 6 years ago

Hi, could you merge this pull request please? It will be very appreciate! Thanks