Configure Cloud Cache Cluster
Once NCache is installed and its environment is ready, you need to configure a clustered cache inside your cloud VMs. You can create a cache cluster in NCache through the following ways:
After creating the cache cluster, you can quickly run a Stress Test Tool that comes with NCache installation to verify that cache clients can make calls to the cache servers.
Test Cloud Cache Cluster
To start this test on the cache you just created, please execute the following cmdlet in Windows PowerShell:
Test-Stress –CacheName demoClusteredCache
This command starts making cache calls to the cache servers as Test-Stress simulates a transactional load on the specified cache. You can monitor the cache performance with the PerfMon counters, NCache Monitor, or NCache Management Center.
You can now proceed to create client applications that will communicate with the cluster in the Cloud.
See Also
NCache Deployment in Cloud Environment
Deploying NCache in Azure
Deploying NCache in AWS
Configure Caches