acs::PartitionedCache method show_all (public)

 <instance of acs::PartitionedCache[i]> show_all

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

Log all cache keys of all partitions to the system log. The primary usage is for debugging.

Testcases:
No testcase defined.
Source code:
for {set i 0} {$i < ${:partitions}} {incr i} {
    ns_log notice "content of ${:name}-$i: [ns_cache_keys ${:name}-$i]"
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: