Remove Client Cache
A pre-existing, already registered client cache can be simply removed from the cluster it is a part of using the NCache Management Center and Command Line Tools like PowerShell, etc., as detailed below.
Remove Client Cache Using the Management Center
Launch the NCache Management Center 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 contains 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 must be removed.
Click on "..." against the client node IP and select Remove.
- You can also remove the client cache through the button under the Client Cache tab.
Remove Client Cache Using Command Line Tools
The Remove Client Cache tool enables the user to remove an already existing client cache from the client node.
The following command removes the client cache named demoClientCache from a clustered cache named demoCache and a client node 20.200.20.39.
Remove-ClientCache -CacheName demoCache -ClientCacheName demoClientCache -ClientNode 20.200.20.39
See Also
Create Client Cache
Enable Client Cache on Client Nodes
Disable Client Cache on Client Nodes
Management Operations