case Shopware\Models\Article\Detail::
class:
$cacheIds[] = 'a' .
$entity->
getArticleId();
break;
case Shopware\Models\Category\Category::
class:
$cacheIds[] = 'c' .
$entity->
getId();
break;
case Shopware\Models\Blog\Blog::
class:
case Shopware\Models\Banner\Banner::
class:
$cacheIds[] = 'c' .
$entity->
getCategoryId();
break;
case Shopware\Models\Emotion\Emotion::
class:
$cacheIds[] = 'e' .
$entity->
getId();
break;
case Shopware\Models\Site\Site::
class:
$cacheIds[] = 's' .
$entity->
getId();
break;
case Shopware\Models\Form\Form::
class:
$cacheIds[] = 'f' .
$entity->
getId();