eZ\Publish\Core\MVC\Symfony\Cache\Http\LocalPurgeClient::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\Core\MVC\Symfony\Cache\Http\RequestAwarePurger $cacheStore )
$cacheStore eZ\Publish\Core\MVC\Symfony\Cache\Http\RequestAwarePurger
    public function __construct(RequestAwarePurger $cacheStore)
    {
        $this->cacheStore = $cacheStore;
    }