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
(Windows) or<server-ip>:8251
(Windows + 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.
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.
- You can also remove client cache through the 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