PHP Class eZ\Bundle\EzPublishCoreBundle\Cache\Http\InstantCachePurger

Inheritance: extends eZ\Publish\Core\MVC\Symfony\Cache\Http\InstantCachePurger, implements Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface
Mostra file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
clear ( string $cacheDir ) Clears any caches necessary.

Method Details

clear() public method

Clears any caches necessary.
public clear ( string $cacheDir )
$cacheDir string The cache directory.