ad_user_group_member_cache group_id user_idWhat it does:
Wraps util_memoize around ad_user_group_member. Gets its own db handle if necessary. Returns 1 if user is a member of the group. 0 otherwise.Defined in: /web/philip/packages/acs-core/user-groups-procs.tcl
Source code:
return [util_memoize "ad_user_group_member_cache_internal $group_id $user_id" [ad_parameter CacheTimeout ug 600]]