PHP Класс eZ\Publish\Core\MVC\Symfony\Cache\Http\LocalPurgeClient

Handy for mono-server.
Наследование: implements eZ\Publish\Core\MVC\Symfony\Cache\PurgeClientInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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