You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I override the cache TTL in your bundle ?
I've seen in the guzzle doc that it is possible to do it client wide or per request (http://guzzle3.readthedocs.org/en/latest/plugins/cache-plugin.html), but I'm stuck on how to implement it through my own conf files.
Thanks for your advices
The text was updated successfully, but these errors were encountered:
Sorry for not looking at this sooner. Not as it stands. You could use your own plugin that sets the TTL as you would want it to be, but it would be useful to have this as a config option (along with the key prefix).
Hi,
How can I override the cache TTL in your bundle ?
I've seen in the guzzle doc that it is possible to do it client wide or per request (http://guzzle3.readthedocs.org/en/latest/plugins/cache-plugin.html), but I'm stuck on how to implement it through my own conf files.
Thanks for your advices
The text was updated successfully, but these errors were encountered: