See: Description
| Interface | Description | 
|---|---|
| InMemoryBackend | The default  Backendthat stores all elements in an in-memory store. | 
| Class | Description | 
|---|---|
| AbstractInMemoryBackend | An abstract  InMemoryBackendthat provides the default behavior of containers and meta-classes management. | 
| AbstractInMemoryBackend.Sizes | Some statistics about the size of key and values. | 
| BoundInMemoryBackend | |
| DefaultInMemoryBackend | A  InMemoryBackendthat stores all elements inMaps. | 
| InMemoryBackendFactory | A  BackendFactorythat createInMemoryBackendinstances. | 
 This implementation is used by default, as a transient database, when a persistent Backend has not been saved.
 
The default in-memory database is built on top of ChronicleMap, a in-memory key-value store.
NOTE: Data processed with this implementation are not persistent.
Copyright © 2013–2019 Atlanmod. All rights reserved.