PHP Class Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer

Author: Nicolas Grekas ([email protected])
Inheritance: implements Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface
Show file Open project: symfony/symfony Class Usage Examples

Public Methods

Method Description
__construct ( array $pools = [] )
addPool ( Psr\Cache\CacheItemPoolInterface $pool )
clear ( $cacheDir )
clearPool ( $name )
hasPool ( $name )

Method Details

__construct() public method

public __construct ( array $pools = [] )
$pools array

addPool() public method

public addPool ( Psr\Cache\CacheItemPoolInterface $pool )
$pool Psr\Cache\CacheItemPoolInterface

clear() public method

public clear ( $cacheDir )

clearPool() public method

public clearPool ( $name )

hasPool() public method

public hasPool ( $name )