Difference between revisions of "Ns cache names"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''NAME''' | '''NAME''' | ||
− | : ''' | + | : '''ns_cache_names''' − Returns a list of cachenames defined in the running AOLserver process. |
'''SYNOPSIS''' | '''SYNOPSIS''' | ||
− | : ''' | + | : '''ns_cache_names''' |
'''DESCRIPTION''' | '''DESCRIPTION''' | ||
− | :: This command returns a list of | + | :: 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''' | '''SEE ALSO''' |
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