auth::authority::get_id_flush (private)

 auth::authority::get_id_flush [ -short_name short_name ]

Defined in packages/acs-authentication/tcl/authority-procs.tcl

Flush the cache for auth::authority::get_id by short_name.

Switches:
-short_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authority::create auth::authority::create (public) auth::authority::get_id_flush auth::authority::get_id_flush auth::authority::create->auth::authority::get_id_flush auth::authority::delete auth::authority::delete (public) auth::authority::delete->auth::authority::get_id_flush auth::authority::edit auth::authority::edit (public) auth::authority::edit->auth::authority::get_id_flush util_memoize_flush util_memoize_flush (public) auth::authority::get_id_flush->util_memoize_flush util_memoize_flush_regexp util_memoize_flush_regexp (public) auth::authority::get_id_flush->util_memoize_flush_regexp

Testcases:
No testcase defined.
Source code:
    if { $short_name eq "" } {
        util_memoize_flush_regexp [list auth::authority::get_id_not_cached .*]
    } else {
        util_memoize_flush [list auth::authority::get_id_not_cached -short_name $short_name]
    }
Generic XQL file:
packages/acs-authentication/tcl/authority-procs.xql

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

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

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