PHP Class Sulu\Bundle\WebsiteBundle\Cache\CacheClearer

Inheritance: implements Sulu\Bundle\WebsiteBundle\Cache\CacheClearerInterface
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( Symfony\Component\Filesystem\Filesystem $filesystem, $kernelEnvironment, $kernelRootDir, Symfony\Component\HttpFoundation\RequestStack $requestStack, string $varDir = null, FOS\HttpCache\ProxyClient\ProxyClientInterface $proxyClient = null )
clear ( )

Method Details

__construct() public method

public __construct ( Symfony\Component\Filesystem\Filesystem $filesystem, $kernelEnvironment, $kernelRootDir, Symfony\Component\HttpFoundation\RequestStack $requestStack, string $varDir = null, FOS\HttpCache\ProxyClient\ProxyClientInterface $proxyClient = null )
$filesystem Symfony\Component\Filesystem\Filesystem
$kernelEnvironment
$kernelRootDir
$requestStack Symfony\Component\HttpFoundation\RequestStack
$varDir string
$proxyClient FOS\HttpCache\ProxyClient\ProxyClientInterface

clear() public method

public clear ( )