io.permazen.kv.simple.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permazen-kv-simple Show documentation
Show all versions of permazen-kv-simple Show documentation
A couple of simplistic Permazen key/value store implementations.
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* A simple in-memory implementation of the {@link io.permazen.kv.KVDatabase} interface.
*/
package io.permazen.kv.simple;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy