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

Handy for mono-server.
상속: implements eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$cacheStore eZ\Publish\Core\MVC\Symfony\Cache\Http\ContentPurger

공개 메소드들

메소드 설명
__construct ( eZ\Publish\Core\MVC\Symfony\Cache\Http\RequestAwarePurger $cacheStore )
purge ( mixed $locationIds ) Triggers the cache purge $locationIds.
purgeAll ( ) Purges all content elements currently in cache.

메소드 상세

__construct() 공개 메소드

public __construct ( eZ\Publish\Core\MVC\Symfony\Cache\Http\RequestAwarePurger $cacheStore )
$cacheStore eZ\Publish\Core\MVC\Symfony\Cache\Http\RequestAwarePurger

purge() 공개 메소드

Triggers the cache purge $locationIds.
public purge ( mixed $locationIds )
$locationIds mixed Cache resource(s) to purge (e.g. array of URI to purge in a reverse proxy)

purgeAll() 공개 메소드

Purges all content elements currently in cache.
public purgeAll ( )

프로퍼티 상세

$cacheStore 보호되어 있는 프로퍼티

protected ContentPurger,eZ\Publish\Core\MVC\Symfony\Cache\Http $cacheStore
리턴 eZ\Publish\Core\MVC\Symfony\Cache\Http\ContentPurger