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