Skip to content

Commit eb909c8

Browse files
committed
Remove tag pool
1 parent 25ce290 commit eb909c8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/cache/src/CachePool.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,8 @@ public function __construct(
5353
protected SerializerInterface $serializer = new RawSerializer(),
5454
LoggerInterface $logger = new NullLogger(),
5555
protected DateInterval|int|null $defaultTtl = null,
56-
CacheItemPoolInterface|StorageInterface|null $tagPool = null,
5756
) {
5857
$this->logger = $logger;
59-
60-
// Keep constructor signature backward-compatible; tagging now lives in TaggedCachePool.
61-
unset($tagPool);
6258
}
6359

6460
/**

0 commit comments

Comments
 (0)