aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/DisplayNameCache.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* cache display names in local memory before external memcacheRobin Appelman2022-04-221-6/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update cache when display name changeCarl Schwan2022-04-221-1/+12
| | | | | | This improve the correctness of the data Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cache display nameCarl Schwan2022-04-221-0/+66
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>