Imdb\Pages::getFromCache PHP Method

getFromCache() protected method

protected getFromCache ( $url )
    protected function getFromCache($url)
    {
        return $this->cache->get($this->getCacheKey($url));
    }