PHP 클래스 eZ\Publish\Core\MVC\Symfony\Cache\Http\FOSPurgeClient

Only support BAN requests on purpose, to be able to invalidate cache for a collection of Location/Content objects.
상속: implements eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( FOS\HttpCacheBundle\CacheManager $cacheManager )
__destruct ( )
purge ( $locationIds )
purgeAll ( )

메소드 상세

__construct() 공개 메소드

public __construct ( FOS\HttpCacheBundle\CacheManager $cacheManager )
$cacheManager FOS\HttpCacheBundle\CacheManager

__destruct() 공개 메소드

public __destruct ( )

purge() 공개 메소드

public purge ( $locationIds )

purgeAll() 공개 메소드

public purgeAll ( )