clear() public method

Clears the format cache.
public clear ( )
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function clearCache()
 {
     $this->formatCache->clear();
 }