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
Discusses how to create a new cache to initialize a distributed cluster.
Start-Cache
Discusses how to start a cache on a server.
Stop-Cache
Discusses how to stop a cache on a server.
Set-CacheConfiguration
Discusses how to update the NCache configuration settings for performance tuning and cluster adjustments in the config file.
Export-CacheConfiguration
Discusses how to export the cache configuration to the specified path.
Clear-Cache
Discusses how to clear the cache by removing all the items currently present in the cache.
Remove-Cache
Discusses how to remove an already registered cache.
Set-NCServiceConfigSetting
Discusses how to set tags in service configuration file.