Skip to content

Commit 9a7df07

Browse files
authored
Merge pull request #215 from smoench/patch-1
Added `cache_key_generator` option at CachePlugin configuration
2 parents c2176fa + 089e356 commit 9a7df07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/symfony-full-configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ This page shows an example of all configuration values provided by the bundle.
4141
config:
4242
default_ttl: 3600
4343
respect_cache_headers: true
44+
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.
4445
cookie:
4546
cookie_jar: my_cookie_jar
4647
decoder:

0 commit comments

Comments
 (0)