Client Cache Management with PowerShell
This section provides detailed guidelines on how to manage client cache operations in NCache using PowerShell cmdlets. It covers adding and removing client cache to enhance performance. It covers the lifecycle of client caches designed to reduce network latency and enhance application performance through local data storage. Learn to configure data synchronization modes and manage Full-Data reference types for optimized cluster communication.
In This Section
New-ClientCache
Discusses how to create a new client cache to enable local caching on client nodes.
Add-ClientCacheRefDatatype
Discusses how to add reference data types to pre-populate a Full-Data Client Cache for instant access.
Remove-ClientCacheRefDataType
Discusses how to remove pre-configured reference Datatypes for a Full-Data Client Cache.
Remove-ClientCache
Discusses how to remove an already existing client cache from the local configuration.