known
known copied to clipboard
Move core caching to symphony
I've already replaced the caching engine of cache classes with symfony, but we should probably use these directly in core.
Reason being is this will give us the ability to chain caches together from fast to slow (APCu, Redis, file), and handle them seamlessly in all environments.
+1 also check #3029