Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

The Persistence API is an engine only API that provides a standard way of reading and writing configuration data for your components. You should make no assumptions about where the Persistence API stores it's data as that is implementation defined.

 

We HIGHLY recommend using the persistence API to store your engine side configuration as opposed to writing directly to to your own store (registry for instance). Doing so enables you to take advantage of enhancements to the persistence mechanism such as storage schemes, replication and centralised configuration.

 

 

  • No labels