Ejemplo n.º 1
0
 public function isValidItem(CacheItemInterface $item)
 {
     return $item instanceof Item && $item->getPool() === $this;
 }