Cache Management with PowerShell
This section guides users on how to create, start, stop, and manage caches in NCache. It also covers how to configure advanced features for high availability, data consistency, and performance optimization. Use these resources to efficiently automate your distributed caching environment and cluster management via PowerShell.
In This Section
New-Cache
Describes how to create a new cache to initialize a distributed cluster.
Start-Cache
Describes how to start a cache on a server.
Stop-Cache
Describes how to stop a cache on a server.
Enable Auto-Start
Describes how to enable Auto Start for a cache.
Disable Auto-Start
Describes how to disable Auto Start for a cache.
Export-CacheConfiguration
Describes how to export the cache configuration to the specified path.
Clear-Cache
Describes how to clear the cache by removing all the items currently present in the cache.
Remove-Cache
Describes how to remove an already registered cache.
Set-NCServiceConfigSetting
Describes how to set tags in service configuration file.