nextcloud/lib/private/group
Roeland Jago Douma 53e37804ec The group database backend should cache groups
This avoids duplicated queries like first checking the group_users db
and then just doing a select on the group db. Those enries are linked
(and should be using foreign keys!)

This commit makes sure we cache those entries.
If a user is part of N groups this saves N queries on webdav access
2016-01-12 08:24:08 +01:00
..
backend.php Update license headers 2015-03-26 11:44:36 +01:00
database.php The group database backend should cache groups 2016-01-12 08:24:08 +01:00
dummy.php Update license headers 2015-03-26 11:44:36 +01:00
example.php Update license headers 2015-03-26 11:44:36 +01:00
group.php Update license headers 2015-03-26 11:44:36 +01:00
interface.php Update license headers 2015-03-26 11:44:36 +01:00
manager.php Adjust PHPDoc as suggested 2015-11-20 14:38:29 +01:00
metadata.php Drop OC_SubAdmin and replace usages 2015-10-29 11:31:18 +01:00