You can configure a GSARepository component to automatically save the state of its item caches when it is stopped and reload the same items into its caches when it is restarted. Set the following property:

restoreCacheOnRestart=true

With this setting, the repository saves an XML file at the location specified by the repository’s cacheRestoreFile property. This XML file contains a set of tags that reload each of the items that existed in the cache when the repository component was stopped.

 
loading table of contents...