mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-04-28 11:13:22 +02:00
[RFC] Advanced cache wrapper #12
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 @EmanueleMinotto on GitHub (Nov 16, 2014).
Hi all, could be interesting for this bundle to include (optionally) the CEikermann/advcache.
Configuration example:
I'm looking for feedbacks before starting a PR.
Thanks
@kingcrunch commented on GitHub (Nov 18, 2014):
Without a concrete opinion: With Symfonys service decorating-feature it should be pretty simple to achieve this on top of
DoctrineCacheBundlewithout any changes to the bundle itself.@FabioBatSilva commented on GitHub (Nov 20, 2014):
@EmanueleMinotto You can do this using custom providers .
see
@EmanueleMinotto commented on GitHub (Dec 1, 2014):
perfect, thank you :)