DmitryDulepov\Realurl\Decoder\UrlDecoder::getFromUrlCache PHP Method

getFromUrlCache() protected method

Gets the entry from cache.
protected getFromUrlCache ( string $speakingUrl ) : DmitryDulepov\Realurl\Cache\UrlCacheEntry | null
$speakingUrl string
return DmitryDulepov\Realurl\Cache\UrlCacheEntry | null
    protected function getFromUrlCache($speakingUrl)
    {
        return $this->cache->getUrlFromCacheBySpeakingUrl($this->rootPageId, $speakingUrl, $this->detectedLanguageId);
    }