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.
Показать файл
Открыть проект
Примеры использования интерфейса
Открытые методы
Метод |
Описание |
|
flush ( ) : boolean |
Flush the underlying cache mechanism. |
|
Описание методов
NOTE: Currently this could be quite inefficient as there is currently
no way to track which handlers use which implementations.