Difference between revisions of "Ns cache flush"

From AOLserver Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
'''NAME'''
 
'''NAME'''
: '''ns_cache_flush − Flush all keys in the specified cache
+
: '''ns_cache_flush''' − Flush all keys in the specified cache
  
 
'''SYNOPSIS'''
 
'''SYNOPSIS'''

Latest revision as of 01:21, 27 October 2009

NAME

ns_cache_flush − Flush all keys in the specified cache

SYNOPSIS

ns_cache flush cachename

DESCRIPTION

This command will flush (delete) the entire cache specified.

NOTES

Note that it is possible to specify a specific cache entry key name, in which case, this command would be similar to ns_cache flush, except it does not detect an in progress creation of an entry by ns_cache eval and therefore this option should not be used.


SEE ALSO

ns_cache

Category Documentation - Category Core Tcl API