Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract operator fun <T> get(hash: String, deserializer: (String) -> T): T?
Link copied to clipboard
abstract fun <T> getAll(hash: Iterable<String>, deserializer: (String, String) -> T): Iterable<T>
open fun <T : IKVValue> getAll(regular: List<IKVEntryReference<T>>, prefetch: List<IKVEntryReference<T>>): Map<String, T?>
Link copied to clipboard
abstract fun <T> getIfCached(hash: String, deserializer: (String) -> T, isPrefetch: Boolean): T?
Link copied to clipboard
Link copied to clipboard
abstract fun prefetch(hash: String)
Link copied to clipboard
abstract fun put(hash: String, deserialized: Any, serialized: String)