Example #1
0
 /**
  * {@inheritdoc}
  */
 public function clearCache()
 {
     $this->formatCache->clear();
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function purge($idMedia, $fileName, $options)
 {
     return $this->formatCache->purge($idMedia, $fileName, $options);
 }