Class InMemSpdxStore

java.lang.Object
org.spdx.storage.simple.InMemSpdxStore
All Implemented Interfaces:
AutoCloseable, IModelStore

public class InMemSpdxStore
extends Object
implements IModelStore
Author:
Gary O'Neall In memory implementation of an SPDX store. This implementation primarily uses ConcurrentHashMaps. It is designed to be thread-safe and low CPU utilization. It may use significant amounts of memory for larger SPDX documents.