eZ\Publish\Core\MVC\Symfony\Cache\Http\LocalPurgeClient::__construct PHP 메소드

__construct() 공개 메소드

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;
    }