Package-level declarations
Types
Link copied to clipboard
open class InMemoryRecordStorage(defaultNamespace: String = "default") : SearchStorage<TextDocument, SearchRequest> , WriteStorage<TextDocument> , LookupStorage<TextDocument> , DeletionStorage
In-memory implementation of SearchStorage and WriteStorage that stores records in a map.