workflow::state::flush_cache (private)

 workflow::state::flush_cache -workflow_id workflow_id

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

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

Switches:
-workflow_id
(required)
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::flush_cache workflow::flush_cache (private) workflow::state::flush_cache workflow::state::flush_cache workflow::flush_cache->workflow::state::flush_cache util_memoize_flush util_memoize_flush (public) workflow::state::flush_cache->util_memoize_flush

Testcases:
No testcase defined.
Source code:
    # TODO: Flush request cache
    # ...

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

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