Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function fireCacheEvent($event, $payload)
 {
     $payload[] = $this->tags->getNames();
     parent::fireCacheEvent($event, $payload);
 }