#1059: Caching groups can't use parameters from settings
-------------------------+--------------------------------------------------
 Reporter:  graste       |       Owner:  david         
     Type:  enhancement  |      Status:  new           
 Priority:  normal       |   Milestone:  1.0.1         
Component:  filter       |     Version:  1.0.0         
 Severity:  normal       |    Keywords:  caching config
Has_patch:  0            |  
-------------------------+--------------------------------------------------
 The current caching implementation doesn't allow for settings like
 %some.settings% to be used as or in caching groups.

 It would be nice to be able to use application and module specific
 settings in caching groups. A new source parameter could be added to the
 ExecutionFilter or group values could be literalized or whatever. :)

 {{{
 <caching lifetime="30 seconds" enabled="true">
   <groups>
     <group>%core.app_name%</group>
     <group
 source="setting">modules.lowercaseModuleName.SomeSetting</group>
   </groups>
 </caching>
 }}}

-- 
Ticket URL: <http://trac.agavi.org/ticket/1059>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to