Remove Client Node from Cache
You can remove a client node (local or remote) from the cache whenever.
For further detail, please refer to Cache Client.
Remove Client Node from Client Configuration
From the client.ncconf of the client node, remove all associated cache information by removing the specified <cache>
tag under the <configuration>
tag.
<configuration>
...
<cache id="demoClusteredCache" load-balance="True" enable-client-logs="False" log-level="error">
<server name="20.200.20.29"/>
<server name="20.200.20.30"/>
</cache>
...
</configuration>
See Also
Add Client to Cache
Configure Caches
Cache Settings (config.ncconf)