コード例 #1
0
ファイル: CacheProvider.php プロジェクト: emoveo/sfm
 /**
  * @param Entity $entity
  */
 public function deleteEntity(Entity $entity)
 {
     $this->delete($entity->getCacheKey());
     $this->packer->resetTags($entity->getCacheTags());
 }