Skip to content

Commit

Permalink
Merge pull request #215 from smoench/patch-1
Browse files Browse the repository at this point in the history
Added `cache_key_generator` option at CachePlugin configuration
  • Loading branch information
dbu committed Nov 24, 2017
2 parents c2176fa + 089e356 commit 9a7df07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/symfony-full-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a7df07

Please sign in to comment.