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):
- 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