Persistence Store Information
The NCache Distributed Cache with Persistence enables you to back up cached data to a Persistence Store, ensuring data durability. In cases where the location of the Persistence Store changes, you can modify the connection string for the configured Persistence Store. This includes updating details such as UNC paths, credentials, and authentication settings. This page outlines the steps to modify the store information for NCache Persistence, ensuring continuous access to your backed-up data without the need to recreate the entire cache configuration.
Using the NCache Management Center
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251.In the left navigation bar, click on Clustered Caches or Local Caches, based on the cache for which you need to configure the settings. Against the cache name, click on View Details.
Important
Ensure that the cache is stopped before proceeding.

This opens the detailed configuration page for the cache. Go to the Advanced Settings tab and click on Persistence Settings in the left bar.
Click on the Modify button and you will be redirected to a new page to update the connection information.

- On the Modify Connection String page, you can modify the connection information of your store. In particular, you can specify the UNC Path, User Name, and Password and then click Test Connection. If the connection to your Persistence Store has been successfully tested, you will receive a success notification.

- Click Finish and you will be prompted for confirmation. Click OK and the connection string of your Persistence Store will be modified.

Click on Save Changes present at the bottom of the page to apply this configuration to your cache.
Start the cache to resume operations.
See Also
Create Distributed Cache With Persistence
Distributed Cache With Persistence Counters
Configure NCache Persistence Settings