Class InMemoryDocumentStore

java.lang.Object
io.camunda.document.store.InMemoryDocumentStore
All Implemented Interfaces:
DocumentStore

public class InMemoryDocumentStore extends Object implements DocumentStore
An in-memory implementation of the DocumentStore interface. This implementation is intended for testing purposes only. It is not multi-instance safe and does not persist documents across restarts.