@@ -17,7 +17,7 @@ class CacheItem implements CacheItemInterface
public mixed $value;
- public bool $isHit;
+ private bool $isHit;
public function __construct(string $key, mixed $value = null, int $create_ts = 0, int $ttl = 0)
@@ -88,7 +88,6 @@ trait QueueCache
// 3ee2d37c91b4abcf418bd24c0c0e1dea
-
if (!$item->isHit()) {
$force = true;
}