We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb5bd5 commit 4ae20ceCopy full SHA for 4ae20ce
src/Resources/config/services.yml
@@ -1,7 +1,7 @@
1
services:
2
cache.factory.apc:
3
class: Cache\AdapterBundle\Factory\ApcFactory
4
- cache.factory.uapc:
+ cache.factory.apcu:
5
class: Cache\AdapterBundle\Factory\ApcuFactory
6
cache.factory.array:
7
class: Cache\AdapterBundle\Factory\ArrayFactory
0 commit comments