Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function stop($userId, $contentUuid, $webspaceKey, $locale)
 {
     if ($this->previewCache->contains($userId, $contentUuid, $webspaceKey, $locale)) {
         $this->previewCache->delete($userId, $contentUuid, $webspaceKey, $locale);
     }
 }