workflow::role::flush_cache (private)

 workflow::role::flush_cache -workflow_id workflow_id

Defined in packages/workflow/tcl/role-procs.tcl

Flush all caches related to roles for the given workflow. Used internally by the workflow API only.

Switches:
-workflow_id (required)
Author:
Peter Marklund

Testcases:
No testcase defined.
Source code:
    # TODO: Flush request cache
    # no request cache to flush yet

    # Flush the thread global cache
    util_memoize_flush [list workflow::role::get_all_info_not_cached -workflow_id $workflow_id]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/workflow/tcl/role-procs.xql

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