Cache Management
This section provides essential guidelines for creating, starting, stopping, and managing caches in NCache. It covers exporting cache data, retrieving cache counts, and configuring advanced features to optimize performance. Use these resources to efficiently manage your distributed caching environment.
In This Section
New-Cache
Discusses how to create a new cache.
Start-Cache
Discusses how to start a cache on a server.
Stop-Cache
Discusses how to stop a cache on a server.
Set-Cache Configuration
Discusses how to update the NCache configuration settings in the config file.
Export-CacheData
Discuesses how to export cache data to the specified path.
Export-CacheKeys
Discusses how to export the cache keys to the specified path.
Export-CacheConfiguration
Discusses how to export the cache configuration to the specified path.
Get-CacheCount
Discusses how to get the total cache count of a particular cache.
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.