party::flush_cache (public)

 party::flush_cache -party_id party_id

Defined in packages/acs-tcl/tcl/community-core-procs.tcl

Flush the party cache

Switches:
-party_id (required)

Testcases:
No testcase defined.
Source code:
    set email [party::get -party_id $party_id -element email]

    foreach key [list $party_id [list get_by_email $email]] {
        acs::clusterwide ns_cache flush party_info_cache $key
    }
Generic XQL file:
packages/acs-tcl/tcl/community-core-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/community-core-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/community-core-procs-oracle.xql

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