WebDriver\Session::application_cache PHP Method

application_cache() public method

application cache chaining, e.g., - $session->application_cache()->status()
public application_cache ( ) : WebDriver\ApplicationCache
return WebDriver\ApplicationCache
    public function application_cache()
    {
        return new ApplicationCache($this->url . '/application_cache');
    }