acs_user::flush_portrait (private)

 acs_user::flush_portrait -user_id user_id

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

Flush the portrait cache for specified user

Switches:
-user_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_demote_promote_a_user demote_promote_a_user (test acs-tcl) acs_user::flush_portrait acs_user::flush_portrait test_demote_promote_a_user->acs_user::flush_portrait acs::clusterwide acs::clusterwide acs_user::flush_portrait->acs::clusterwide acs_user::erase_portrait acs_user::erase_portrait (public) acs_user::erase_portrait->acs_user::flush_portrait acs_user::flush_cache acs_user::flush_cache (public) acs_user::flush_cache->acs_user::flush_portrait

Testcases:
demote_promote_a_user
Source code:
    # Flush the portrait cache
    set key [list get_portrait_id -user_id $user_id]
    acs::clusterwide ns_cache flush user_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: