NCache 4.4 - Online Documentation

Import/Export Data Share Configuration

 
Data sharing configurations can be imported and exported using the following method.
 
Using NCache Manager
 
Export Data Share Configurations
 
  • Click on the cache name in Cache Explorer to open cache settings.
  • Go to the Data Sharing tab.
 
 
  • Click on the Export button and save the data sharing configuration in an xml file.
  • Provide a file name and click Save.
 
Import Data Share Configurations
 
  • Click on the cache name in Cache Explorer to open cache settings.
  • Go to the Data Sharing tab.
 
 
  • Click on the Import button to get the data sharing configuration from an XMLl file.
  • Browse the saved data share configuration file and click Open.
  • Right click the cache in Cache Explorer and select Apply Configuration option.
 
 
Using Command Line Tool
 
  • Open command prompt
  • Go to the NCache tools directory: cd %NCHOME%/bin/tools
  • Use adddatashare tool, provide the required information:
adddatashare demoLocalcache -T C:/temp/SharedTypes.xml
  • Hit ENTER key, it will configure shared types from the provided xml file.
 
See Also