getUrlFromCache() protected method (available since version 2.0.8)
Get URL from internal cache if exists
See also createUrl().
protected boolean|string getUrlFromCache ( $cacheKey, $route, $params ) | ||
---|---|---|
$cacheKey | string |
Generated cache key to store data. |
$route | string |
The route (e.g. |
$params | array |
Rule params. |
return | boolean|string |
The created URL |
Please login to continue.