PHP Interface eZ\Publish\Core\MVC\Symfony\Cache\Http\ContentPurger

When purging content by locationId, purgeByRequest() would receive a Request object with X-Location-Id or X-Group-Location-Id headers indicating which locations to purge.
Inheritance: extends eZ\Publish\Core\MVC\Symfony\Cache\Http\RequestAwarePurger
Datei anzeigen Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
purgeAllContent ( ) : boolean Purges all cached content.

Method Details

purgeAllContent() public method

Purges all cached content.
public purgeAllContent ( ) : boolean
return boolean