Ns cache flush

From AOLserver Wiki
Revision as of 01:21, 27 October 2009 by Akhassin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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