Persistence Options
After defining the object management type as cache, you can configure how you want to persist the data, either at centralized location or at each node.
The persistence options that you can choose are:
- None - If you do not want to persist data, then you can also select
None
as Persistence Option. - Shared Nothing - If you do not want to persist data in a central database, see Setting Up Shared Nothing Persistence.
- Store - To provide for data persistence, you can implement a backing store (database) for use with Cache OM, see Store Configurations.
Adding a concept property of type
contained concept
with the contained concept type set to an existing concept is not supported for hot deployment. This is applicable for the None
and Shared Nothing
persistence.Subtopics