ad_parameter_cache (public)

 ad_parameter_cache [ -set set ] [ -delete ] [ -global ] key \
    parameter_name

Defined in packages/acs-tcl/tcl/defs-procs.tcl

Manages the cache for ad_parameter.

Switches:
-set (optional)
Use this flag to indicate a value to set in the cache.
-delete (optional, boolean)
Delete the value from the cache
-global (optional, boolean)
If true, global param, false, instance param
Parameters:
key (required)
Specifies the key for the cache'd parameter, either the package instance id (instance parameter) or package key (global parameter).
parameter_name (required)
Specifies the parameter name that is being cached.
Returns:
The cached value.

Testcases:
auth_password_change, auth_use_email_for_login_p, auth_email_on_password_change, parameter__check_procs
[ show source ]
Show another procedure: