Skip to content

Commit 0ba2f5e

Browse files
committed
Revert "fix(CachingRouter): Disable cache for findMatchingRoute"
This reverts commit 90948f5. It temporary disabled cache for routes until an actual fix was added, which is done in the following commits. Signed-off-by: Daniel Calviño Sánchez <[email protected]>
1 parent 0edaff9 commit 0ba2f5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/private/Route/CachingRouter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ private function serializeRouteCollection(RouteCollection $collection): array {
7474
* @return array
7575
*/
7676
public function findMatchingRoute(string $url): array {
77-
return parent::findMatchingRoute($url);
78-
7977
$this->eventLogger->start('cacheroute:match', 'Match route');
8078
$key = $this->context->getHost() . '#' . $this->context->getBaseUrl() . '#rootCollection';
8179
$cachedRoutes = $this->cache->get($key);

0 commit comments

Comments
 (0)