Now you can easily configure NCache Express to use a 2-node Replicated Cache for storing sessions or objects in a cache. Replicated Cache provides you with fail over and reliability by replicating the data synchronously to the other server node in the cluster. In case one of your cache servers goes down the other one can be used without any loss of data. Just make sure that the client applications using this cache are local to one of the nodes in the cluster. Here is a simple procedure to configure a 2-node replicated cache cluster in NCache Express.
Please make sure you have NCache Express installation on 2 the machines that you will be using as your 2-node cluster.


Save these files and then restart the NCache service so the new configurations can take effect. Go to start->run and type: services.msc. Locate NCache service, right click and choose restart. To start the cache, go to Start->Programs->NCache->Tools->Command Prompt and type:
C:\> startcache myreplicatedcache
To check the status of the cache to see whether it is running or not, type:
C:\> listcaches /a