acs::Cache method flush (public)

 <instance of acs::Cache[i]> flush [ -partition_key partition_key ] \
    key

Defined in packages/acs-tcl/tcl/acs-cache-procs.tcl

Flush a single entry in the cache

Switches:
-partition_key (optional)
Parameters:
key (required)

Testcases:
No testcase defined.
Source code:
if {![info exists partition_key]} {
    set partition_key $key
}
::acs::clusterwide ns_cache flush [:cache_name $partition_key$key
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: