|
|
|
|
@ -74,6 +74,8 @@ class CachingRouter extends Router {
|
|
|
|
|
* @return array
|
|
|
|
|
*/
|
|
|
|
|
public function findMatchingRoute(string $url): array {
|
|
|
|
|
return parent::findMatchingRoute($url);
|
|
|
|
|
|
|
|
|
|
$this->eventLogger->start('cacheroute:match', 'Match route');
|
|
|
|
|
$key = $this->context->getHost() . '#' . $this->context->getBaseUrl() . '#rootCollection';
|
|
|
|
|
$cachedRoutes = $this->cache->get($key);
|
|
|
|
|
|