acs::Cache method flush (public)
<instance of acs::Cache> 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] $keyXQL Not present: Generic, PostgreSQL, Oracle