| Interface | Description |
|---|---|
| PersistenceStore |
Interface class for Persistence Stores.
|
| Class | Description |
|---|---|
| InMemoryPersistenceStore |
Implementation of
PersistenceStore which will store the state in-memory. |
| PersistenceService |
Persistence Service is the service layer to handle state persistence tasks such as persisting current state and
restoring previous states.
|
Copyright © 2017 WSO2. All rights reserved.