Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function clearCachedDefinitions()
 {
     $this->schemaStorage->reset();
     parent::clearCachedDefinitions();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function clearCachedDefinitions()
 {
     $this->definitions = NULL;
     $this->schemaStorage->reset();
     $this->cache->delete($this::CACHE_ID);
 }