]> source.dussan.org Git - nextcloud-server.git/commit
Cache display name
authorCarl Schwan <carl@carlschwan.eu>
Thu, 21 Apr 2022 14:31:19 +0000 (16:31 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Fri, 22 Apr 2022 08:22:15 +0000 (10:22 +0200)
commit4333c215cbc444f13fd07542a143e75f82609ac4
treed262262049b56f579a734cac5c64f746f8eb0e50
parent3f55108227287f780623115662edfcfa28a5f745
Cache display name

This should saves some query in the share backend when displaying the
owner and it's not important if the display name is 10 minutes outdated
as it is very rare that this gets changed.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
apps/files_sharing/lib/Cache.php
apps/files_sharing/lib/SharedStorage.php
apps/files_sharing/tests/TestCase.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/User/DisplayNameCache.php [new file with mode: 0644]