We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f15ce commit 5ae4cffCopy full SHA for 5ae4cff
src/CachePlugin.php
@@ -58,7 +58,7 @@ final class CachePlugin implements Plugin
58
* We store a cache item for $cache_lifetime + max age of the response.
59
* @var array $methods list of request methods which can be cached
60
* @var array $respect_response_cache_directives list of cache directives this plugin will respect while caching responses
61
- * @var CacheKeyGenerator $cache_key_generator a class to generate the cache key. Defaults to SimpleGenerator
+ * @var CacheKeyGenerator $cache_key_generator an object to generate the cache key. Defaults to a new instance of SimpleGenerator
62
* }
63
*/
64
public function __construct(CacheItemPoolInterface $pool, StreamFactory $streamFactory, array $config = [])
0 commit comments