ad_parameter_cache_all (private)

 ad_parameter_cache_all

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

Loads all package instance parameters into the proper nsv arrays

Partial Call Graph (max 5 caller/called nodes):
%3 ad_parameter_cache ad_parameter_cache (public) db_foreach db_foreach (public) ad_parameter_cache_all ad_parameter_cache_all ad_parameter_cache_all->ad_parameter_cache ad_parameter_cache_all->db_foreach

Testcases:
No testcase defined.
Source code:
    # Cache all parameters for enabled packages. .
    db_foreach parameters_get_all {
        select v.package_id, p.parameter_name, v.attr_value
        from apm_parameters p, apm_parameter_values v
        where p.parameter_id = v.parameter_id
    } {
        ad_parameter_cache -set $attr_value $package_id $parameter_name
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: