Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheClearer::add PHP Method

add() public method

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
    public function add(FormatCacheInterface $cache, $alias)
    {
        $this->caches[$alias] = $cache;
    }
FormatCacheClearer