ad_user_group_member_cache

one of the documented procedures in this installation of the ACS
Usage:
ad_user_group_member_cache   group_id   user_id
What 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]]


philg@mit.edu