• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Remove Client Cache

Client cache can be removed from a particular client node using following tools:

Using NCache Web Manager

  • Launch NCache Web Manager by browsing to http://localhost:8251 or <server-ip>:8251 on Windows and Linux.

  • In the left navigation bar, click on Clustered Caches based on the cache which has the client caches. Against the cache name, click on View Details.

Cache View Details Web

  • This opens up the detailed configuration page for the cache.

  • In the Client Nodes tab, select the client node IP for which the client cache is to be removed.

  • Click on "..." against the client node IP and select Remove.

Remove Client Cache Web

  • You can also remove client cache through the Remove Client Cache Button button under Client Cache tab.

Using PowerShell

Remove-ClientCache cmdlet enables the user to remove already existing client cache from client node.

The following command removes client cache named demoClientCache from a clustered cache named demoClusteredCache and client node 20.200.20.29.

Remove-ClientCache -CacheName demoClusteredCache -ClientCacheName demoClientCache -ClientNode 20.200.20.29

See Also

Create Client Cache
Enable Client Cache on Client Nodes
Disable Client Cache on Client Nodes
Management Operations

Back to top Copyright © 2017 Alachisoft