ChainCacheClearer
in package
implements
CacheClearerInterface
ChainCacheClearer.
Tags
Table of Contents
Interfaces
- CacheClearerInterface
- CacheClearerInterface.
Properties
- $clearers : iterable<string|int, mixed>
Methods
- __construct() : mixed
- clear() : mixed
- Clears any caches necessary.
Properties
$clearers
private
iterable<string|int, mixed>
$clearers
Methods
__construct()
public
__construct([iterable<mixed, CacheClearerInterface> $clearers = [] ]) : mixed
Parameters
- $clearers : iterable<mixed, CacheClearerInterface> = []
clear()
Clears any caches necessary.
public
clear(string $cacheDir) : mixed
Parameters
- $cacheDir : string