PHP Интерфейс eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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 ( )