cachePersistenceOnShutdown

Possible values: true and false.

Default value: false.

File: configuration file.

Context: DatabaseManager

If cachePersistenceOnShutdown parameter is set to true (on DatabaseManager level in configuration file) and cachePersistenceRoot parameter is set, than during application shutdown, DODS will save the cache. This saved cache will be loaded during application startup. This value can be overriden(set to false) if cachePersistenceRoot is not set.

Examples:

DatabaseManager.defaults.cache.cachePersistenceOnShutdown=true