David Clements wrote in post #34371:
> I am trying to use caches_action and the agile book says that it is
> keyed
> off the URL, however it does not seem to pick up the URL parameters.
>
> http://localhost:3000/controller/action/id?foo=bar > and
> http://localhost:3000/controller/action/id?foo=foobar >
> Returns the same page.
>
> Anyone looked into how to add URL parameters to the cached key? Also,
> where do those file get stored?
>
> Thanks
>
> Dave