Author: Aaron Scherer (aequasi@gmail.com)
Author: Tobias Nyholm (tobias.nyholm@gmail.com)
Inheritance: implements Psr\Cache\CacheItemPoolInterface, implements Psr\Log\LoggerAwareInterface
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function save(CacheItemInterface $item)
 {
     if ($item instanceof TaggableItemInterface) {
         $this->saveTags($item);
     }
     return parent::save($item);
 }