Webiny\Component\Rest\Compiler\Cache::__construct PHP Method

__construct() public method

Base constructor.
public __construct ( Webiny\Component\Rest\Compiler\CacheDrivers\CacheDriverInterface $cacheDriver )
$cacheDriver Webiny\Component\Rest\Compiler\CacheDrivers\CacheDriverInterface
    public function __construct(CacheDriverInterface $cacheDriver)
    {
        $this->cacheDriver = $cacheDriver;
    }