Store Configurations

To provide data persistence, you can implement a store for use with cache (Cache OM) or without cache (Store OM).

In Cache OM, the cache data is written to the backing store. On system restart, data in the backing store is restored to the cache cluster.

To implement a store, provide a supported database product. Scripts are provided to set up the database for your project’s ontology. If the ontology changes, scripts help you adapt the store accordingly and existing store data can be preserved.