mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-03-24 00:42:13 +01:00
Providers that relies on external configuration should also accept services #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guilhermeblanco on GitHub (Feb 24, 2014).
According to some configuration seen on RiakDefinition, it is possible to mix and match services as constructor arguments of cache providers.
The perfect example of this is the situation we face at @instaclick where we take advantage of ICBaseRiakBundle to create services for Connection and Bucket and we may want to create cache providers around them.
By taking this into consideration, I'd assume we could also write configuration like:
@FabioBatSilva commented on GitHub (Feb 24, 2014):
Fixed by :
4c581f2ef4