PHP 인터페이스 eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 0 사용 예제들

공개 메소드들

메소드 설명
purge ( array $locationIds ) Triggers the cache purge $locationIds.
purgeAll ( ) Purges all content elements currently in cache.

메소드 상세

purge() 공개 메소드

It's up to the implementor to decide whether to purge $locationIds right away or to delegate to a separate process.
public purge ( array $locationIds )
$locationIds array Cache resource(s) to purge (e.g. array of URI to purge in a reverse proxy)

purgeAll() 공개 메소드

It's up to the implementor to decide whether to purge $locationIds right away or to delegate to a separate process.
public purgeAll ( )