PHP Interface 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.
Inheritance: extends HandlerInterface
Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
flush ( ) : boolean Flush the underlying cache mechanism.

Method Details

flush() public method

NOTE: Currently this could be quite inefficient as there is currently no way to track which handlers use which implementations.
public flush ( ) : boolean
return boolean True for success null or false if not implemented