A C F G I M O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- all(boolean) - Method in class io.kcache.mapdb.MapDBCache
C
- closeDB() - Method in class io.kcache.mapdb.MapDBCache
- compare(byte[], byte[]) - Method in class io.kcache.mapdb.CustomSerializerByteArray
- CustomSerializerByteArray<K> - Class in io.kcache.mapdb
- CustomSerializerByteArray(Serde<K>, Comparator<? super K>) - Constructor for class io.kcache.mapdb.CustomSerializerByteArray
F
- flush() - Method in class io.kcache.mapdb.MapDBCache
G
- get(Object) - Method in class io.kcache.mapdb.MapDBCache
I
- io.kcache.mapdb - package io.kcache.mapdb
M
- MapDBCache<K,V> - Class in io.kcache.mapdb
-
A persistent key-value store based on MapDB.
- MapDBCache(String, String, String, Serde<K>, Serde<V>) - Constructor for class io.kcache.mapdb.MapDBCache
- MapDBCache(String, String, String, Serde<K>, Serde<V>, Comparator<K>) - Constructor for class io.kcache.mapdb.MapDBCache
- MapDBCache(String, String, Serde<K>, Serde<V>) - Constructor for class io.kcache.mapdb.MapDBCache
- MapDBCache(String, String, Serde<K>, Serde<V>, Comparator<K>) - Constructor for class io.kcache.mapdb.MapDBCache
O
- openDB() - Method in class io.kcache.mapdb.MapDBCache
P
- put(K, V) - Method in class io.kcache.mapdb.MapDBCache
- putAll(Map<? extends K, ? extends V>) - Method in class io.kcache.mapdb.MapDBCache
R
- range(K, boolean, K, boolean, boolean) - Method in class io.kcache.mapdb.MapDBCache
- remove(Object) - Method in class io.kcache.mapdb.MapDBCache
S
- size() - Method in class io.kcache.mapdb.MapDBCache
All Classes All Packages