DmitryDulepov\Realurl\Decoder\UrlDecoder::getFromUrlCache PHP Метод

getFromUrlCache() защищенный Метод

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