Alachisoft NCache 3.8

clearcache

This utility clears the cache contents.


For .Net setup: clearcache  cache-id [option[...]] 
For Java setup: java -cp "clearcache.jar:$CLASSPATH" com.alachisoft.tools.clearcache mycache 
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

listcaches | removenode | startcache | stopcache | addtestdata | addnode | addclientnode | removeclientnode | createclientcache | removeclientcache | upgradeconfiguration | configurnodesecurity | configurcachesecurity