PHP 클래스 Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheClearer

상속: implements Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheClearerInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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