diff --git a/src/Library/KeyManagement/UrlKeySetFactory.php b/src/Library/KeyManagement/UrlKeySetFactory.php index 3e593a2a..f9621da5 100644 --- a/src/Library/KeyManagement/UrlKeySetFactory.php +++ b/src/Library/KeyManagement/UrlKeySetFactory.php @@ -25,6 +25,9 @@ public function __construct( $this->cacheItemPool = new NullAdapter(); } + /** + * @deprecated since 4.1 and will be removed in 5.0. Please use the Http Client to cache the responses instead. + */ public function enabledCache(CacheItemPoolInterface $cacheItemPool, int $expiresAfter = 3600): void { $this->cacheItemPool = $cacheItemPool;