aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-06-05 17:48:44 +0200
committerGitHub <noreply@github.com>2023-06-05 17:48:44 +0200
commitffa30ce89bcfa051a040d61250da1f7290e2dfc7 (patch)
tree8287b057d2b53768606b0a875119e52c4de6ff96 /lib/private/App
parent2e111e862fa1835b841a68637454b1cb9e47ba70 (diff)
parent3d1acca1f389db89298f5b8445118b75c56c5e7f (diff)
downloadnextcloud-server-ffa30ce89bcfa051a040d61250da1f7290e2dfc7.tar.gz
nextcloud-server-ffa30ce89bcfa051a040d61250da1f7290e2dfc7.zip
Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-key
chore(app): Do not clear unused cache key
Diffstat (limited to 'lib/private/App')
-rw-r--r--lib/private/App/AppManager.php2
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 = [];
}