mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 00:38:51 -05:00
We always query the database backend. Even if we use a different one (ldap for example). Now we do this everytime we try to get a user object so caching that a user is not in the DB safes some queries on each request then (at least 2 what I found). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |
||
|---|---|---|
| .. | ||
| Backend.php | ||
| Database.php | ||
| LoginException.php | ||
| Manager.php | ||
| NoUserException.php | ||
| Session.php | ||
| User.php | ||