yes, you're right it's totally weird that the key beaker_cache uses
for caching controller actios,
doesn't include the action in it by default.  My solution was to write
my own decorator.

On Feb 6, 1:52 pm, eleith <[email protected]> wrote:
> i've got a controller that will accept multiple same name args in the
> query string
>
> ?id=10&id=100&id=50
>
> it looks like beaker_cache does not interpret these as different query
> strings, so
>
> ?id=10&id=100&id=50
>
> will return the same as
>
> ?id=10&id=100&id=20&id=50
>
> any recommended workarounds for this?
>
> on a tangential note, does beaker_cache support keying on a
> controllers 'action' as well as a 'query_arg' ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to