mirror of
https://github.com/nextcloud/server.git
synced 2026-04-11 20:16:54 -04:00
Revert "fix(CachingRouter): Disable cache for findMatchingRoute"
This reverts commit 90948f5096.
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 <danxuliu@gmail.com>
This commit is contained in:
parent
d286fef50e
commit
2a200a708e
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ 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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue