PHP Интерфейс Sulu\Component\HttpCache\HandlerFlushInterface

Flush should be called in the kernel terminate event therefore this method should also be used to do time sensative operations such as sending invalidation requests to the proxy server.
Наследование: extends HandlerInterface
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
flush ( ) : boolean Flush the underlying cache mechanism.

Описание методов

flush() публичный Метод

NOTE: Currently this could be quite inefficient as there is currently no way to track which handlers use which implementations.
public flush ( ) : boolean
Результат boolean True for success null or false if not implemented