So, the app/cache folder is full of various caches from different parts of the Symfony ecosystem. There are Twig, Doctrine and Assetic caches, as well core framework caches (routing, class map, etc). Recently, i've been trying to store such caches outside the filesystem, being more specific, Memcache.
I've already had some success with Twig and Doctrine, but i'm curious about the other parts that populate the cache. It's quite difficult since there isn't a common caching interface, being each caching functionality independent. Did anyone managed to change the way the router, class map and other Symfony features cache? I'm trying to gather as much information as possible in order to build a single caching interface, allowing you to easily change between caching endpoints: Filesystem, Memcache, Database, S3, etc. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
