hi
we need to dynamically change cache key for a particular action that
depends
on different parameters.
we have an action "index" used to serve dynamic items based on a path,
using this routing
frontend:
url: /:path
param: { module: default, action: index }
requirements: { path: .* }
so this will serve every url like ( /hello/world/item.php or /foo/bar/
or /my/dear/test.html )
and for every different URL we need to generate a specific cache key.
how is possible to change it like in a partial?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---