Difference between revisions of "Ns cache names"
Jump to navigation
Jump to search
(imported from WiKit id 1287) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | '''NAME''' | ||
+ | : '''ns_cache_names''' − Returns a list of cachenames defined in the running AOLserver process. | ||
− | + | '''SYNOPSIS''' | |
+ | : '''ns_cache_names''' | ||
+ | |||
+ | '''DESCRIPTION''' | ||
+ | :: This command returns a list of cachenames defined in the running AOLserver process. The list will include caches created via the C APIs in addition to the ones created with ns_cache create. [[ns_cache]] can only operate on caches created by ns_cache. | ||
+ | |||
+ | '''SEE ALSO''' | ||
+ | : [[ns_cache]] | ||
+ | |||
+ | [[Category Documentation]] - [[Category Core Tcl API]] |
Latest revision as of 01:47, 27 October 2009
NAME
- ns_cache_names − Returns a list of cachenames defined in the running AOLserver process.
SYNOPSIS
- ns_cache_names
DESCRIPTION
- This command returns a list of cachenames defined in the running AOLserver process. The list will include caches created via the C APIs in addition to the ones created with ns_cache create. ns_cache can only operate on caches created by ns_cache.
SEE ALSO