Remove Client Cache
Client cache can be removed from a particular client node using following steps.
Using NCache Manager
From the Cache Explorer tab, right click on the client cache name.
Select Remove Cache from the right click context menu.
On Clicking yes on the confirmation window the client cache will be removed from the client node.
Using Windows 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 using default port 8250.
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