auth::authority::get_flush (private)

 auth::authority::get_flush [ -authority_id authority_id ]

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

Flush the cache for auth::authority::get.

Switches:
-authority_id
(optional)
See Also:

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

Testcases:
No testcase defined.
Source code:
    if { $authority_id ne "" } {
        util_memoize_flush [list auth::authority::get_not_cached $authority_id]
    } else {
        util_memoize_flush_regexp [list auth::authority::get_not_cached .*]
    }
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: