Class MemoryStorageService

All Implemented Interfaces:
Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent, EnumeratableStorageService, StorageCapabilities, StorageService

public class MemoryStorageService extends AbstractMapBackedStorageService implements StorageCapabilities
Implementation of AbstractMapBackedStorageService that stores data in-memory in a shared data structure with no persistence.