Package io.permazen.kv.caching
package io.permazen.kv.caching
Caching
KVStore
and KVDatabase
layers.-
ClassDescriptionSupport superclass for
CachingConfig
implementations.API for configuring caching behavior.A wrapper around an innerKVDatabase
that adds a caching layer to transactions by wrapping them in aCachingKVStore
.A caching layer for read-onlyKVStore
's that have high latency for individual reads but low latency for consecutive key/value pairs in aKVStore.getRange()
range read.A transaction associated with aCachingKVDatabase
.