]> source.dussan.org Git - nextcloud-server.git/commit
also cache backend for user in memory instead of always going to redis 36639/head
authorRobin Appelman <robin@icewind.nl>
Thu, 9 Feb 2023 14:05:34 +0000 (15:05 +0100)
committerRobin Appelman <robin@icewind.nl>
Fri, 10 Feb 2023 11:25:23 +0000 (12:25 +0100)
commit853ec60f3eadceebc3955893d6ed4960f5697058
treeb5e7a833f81cc00511d57ac017a8b014ad85ac6d
parent7341d339eb7a1aa20c6b35e8edb40c1cd7946b96
also cache backend for user in memory instead of always going to redis

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Memcache/WithLocalCache.php [new file with mode: 0644]
lib/private/User/Manager.php