Nette\Caching\OutputHelper::__construct PHP Method

__construct() public method

public __construct ( Cache $cache, $key )
$cache Cache
    public function __construct(Cache $cache, $key)
    {
        $this->cache = $cache;
        $this->key = $key;
        ob_start();
    }
OutputHelper