Remove Existing Cache
Note
NCache allows you to remove an existing cache. You can remove a cache without stopping any of the existing caches on this server.
An already registered cache can be removed using the following steps.
Remove-Cache cmdlet removes an already registered cache and also remove cache(s) on a specified server.
Remove-Cache –Name demoCache
To remove the cache on a specified server, specify the server:
Remove-Cache –Name demoCache -Server 20.200.20.30
Verify Successful Cache Removal
In order to verify the successful removal of the cache, use PowerShell to run the Get-Caches command to get the list of the registered caches on the server. Successful removal of the cache will be verified if the cache list displayed does not contain the cache name.
Get-caches