From 089e356652065eb776e3357c9b8530e2f593131a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20M=C3=B6nch?= Date: Fri, 24 Nov 2017 15:24:58 +0100 Subject: [PATCH] Added `cache_key_generator` option at CachePlugin configuration https://github.com/php-http/HttplugBundle/pull/219 --- integrations/symfony-full-configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/symfony-full-configuration.rst b/integrations/symfony-full-configuration.rst index b98ba7f..406d6ce 100644 --- a/integrations/symfony-full-configuration.rst +++ b/integrations/symfony-full-configuration.rst @@ -41,6 +41,7 @@ This page shows an example of all configuration values provided by the bundle. config: default_ttl: 3600 respect_cache_headers: true + cache_key_generator: null # This must be a service id to a service implementing 'Http\Client\Common\Plugin\Cache\Generator\CacheKeyGenerator'. If 'null' 'Http\Client\Common\Plugin\Cache\Generator\SimpleGenerator' will be used. cookie: cookie_jar: my_cookie_jar decoder: