Uses of Interface
io.permazen.kv.caching.CachingConfig
-
Uses of CachingConfig in io.permazen.kv.caching
Modifier and TypeClassDescriptionclass
Support superclass forCachingConfig
implementations.class
A wrapper around an innerKVDatabase
that adds a caching layer to transactions by wrapping them in aCachingKVStore
.class
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.class
A transaction associated with aCachingKVDatabase
.Modifier and TypeMethodDescriptiondefault void
CachingConfig.copyCachingConfigTo
(CachingConfig dest) Copy config parameters.