You are here

constant OA_CACHE_GROUPS_BY_USER in Open Atrium Core 7.2

Name of various caches.

2 uses of OA_CACHE_GROUPS_BY_USER
oa_core_get_groups_by_user in includes/oa_core.util.inc
Get the group IDs of all the groups a user is an approved member of.
oa_core_oa_clear_cache in includes/oa_core.cache.inc
Implements hook_oa_clear_cache().

File

includes/oa_core.util.inc, line 12
Code for Utility functions for OpenAtrium spaces

Code

define('OA_CACHE_GROUPS_BY_USER', 'oa_groups_by_user');