diff --git a/controllers/dashboard.php b/controllers/dashboard.php
index 957afafb9046bcd03c7c20bed99deee0f6cd539b..4c87cd7ad4edd747b793dcf2aaa155b2cac768c6 100644
--- a/controllers/dashboard.php
+++ b/controllers/dashboard.php
@@ -18,8 +18,6 @@ final class DashboardController extends TracToGitlab\GitlabController
         $this->activateNavigation('dashboard');
 
         $this->setupSidebar($action);
-
-        $this->setCache(app(\Studip\Cache\MemoryCache::class));
     }
 
     private function getSelected(string $what)