+1 for POC of JS Simon!

What about cache engines in a symfony application? Currently configuring 
the different caches in each bundle is problematic (complex like the 
security bundle). I would love to see a standardized way of implementing 
cache layers in bundles. Engines can have different backends/drivers.

Configuring cache in symfony should be easy like;
cache:
   engines:
       engine-name:
           enabled: true
           driver: driver-name

Each bundle should adhere to this kind of setup.

Op zaterdag 23 maart 2013 18:11:56 UTC+1 schreef Fabien Potencier het 
volgende:
>
> Hi all, 
>
> There is probably one missing component in Symfony: a cache one. There 
> is already a ticket and 4 PRs on this topic, but I think we need to 
> discuss what we want to do before writing any code. Also because there 
> have been a lot of discussions already on the FIG group, so we also need 
> to discuss what is our position about this too. 
>
> I'm pretty sure that we won't have time to finish anything serious 
> before 2.3, so we have time to get it right. 
>
> For reference, here are the ticket on Symfony: 
>
> https://github.com/symfony/symfony/issues/1513 
>
> And the 4 PRs: 
>
> https://github.com/symfony/symfony/issues/3211 
> https://github.com/symfony/symfony/issues/3225 
> https://github.com/symfony/symfony/issues/5902 
> https://github.com/symfony/symfony/issues/5903 
>
> Let's start the discussion! 
>
> Fabien 
>
> -- 
> Fabien Potencier 
> SensioLabs CEO - Symfony lead developer 
> sensiolabs.com | symfony.com | fabien.potencier.org 
> +33 1 40 99 80 80 
>

-- 
-- 
If you want to report a vulnerability issue on Symfony, please read the 
procedure on http://symfony.com/security

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Symfony developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to symfony-devs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to