diff options
Diffstat (limited to 'lib/private/App/AppManager.php')
-rw-r--r-- | lib/private/App/AppManager.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index 9b038b73826..b881d37440e 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -673,8 +673,6 @@ class AppManager implements IAppManager { * Clear the cached list of apps when enabling/disabling an app */ public function clearAppsCache() { - $settingsMemCache = $this->memCacheFactory->createDistributed('settings'); - $settingsMemCache->clear('listApps'); $this->appInfos = []; } |