]> 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)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 22 Apr 2022 13:22:16 +0000 (15:22 +0200)
commit3d49fe473a934c3fc9e17afadba3cbddd423603d
treeffa0dd81a7fbf214fb9611af1ef8e5842cb04ed2
parentefde83e07f3d5474326334008755cba4b13fa6ee
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]