PHP Класс Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheClearer

Наследование: implements Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheClearerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
add ( Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheInterface $cache, string $alias ) Adds a cache to the aggregate.
clear ( string $cache = null ) Clear all or the given cache.

Описание методов

add() публичный Метод

Adds a cache to the aggregate.
public add ( Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheInterface $cache, string $alias )
$cache Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheInterface The cache
$alias string The cache alias

clear() публичный Метод

Clear all or the given cache.
public clear ( string $cache = null )
$cache string The alias of the cache