apm_flush_package_id_cache (public)

 apm_flush_package_id_cache package_key

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

Flush the package id cache for this package at least in the current thread. TODO: should be refactored together with the 2level cache (per thread and util_memoize).

Parameters:
package_key (required)

Testcases:
No testcase defined.
Source code:
    unset -nocomplain ::apm::package_id_from_key($package_key)
    util_memoize_flush [list apm_package_id_from_key_not_cached $package_key]
Generic XQL file:
packages/acs-tcl/tcl/apm-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: