PHP Class Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheClearer

Inheritance: implements Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheClearerInterface
Show file Open project: sulu/sulu

Public Methods

Method Description
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.

Method Details

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

clear() public method

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