Alachisoft NCache 4.1 - Online Documentation

Clear Cache

 
This utility clears the cache contents.
 
clearcache  cache-id [option[...]]
 
Argument
Description
cache-id
Specify the id of the cache that you intend to clear.
 
Option
Description
/f[orceclear]
Force the clearing of the cache. If not specified the user will be asked before clearing cache contents.
/nologo
Suppresses the display of logo banner.
/?
Displays command syntax and options for the utility.
 
Remarks
 
The system, where you use clearcache utility, must have NCache service installed and running. To start the service on a system, you must have access rights.
 
Examples
 
The following command clears the contents of 'myCache'.
clearcache myCache 
 
The following command displays command syntax and options for the utility. Logo banner is displayed as a part.
clearcache /?
 
The following command displays command syntax and options for the utility suppressing the display of logo banner.
clearcache /? /nologo
 
 
See Also

 
Copyright © 2005-2012 Alachisoft. All rights reserved.