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)

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: