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)

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: