| Interface | Description | 
|---|---|
| BlobStore | 
 Marker interface for implementations of  
KeyValueStore that deal with byte arrays. | 
| JsonStore | 
 Marker interface for implementations of  
KeyValueStore that deal with JSON documents. | 
| KeyValueStore<T> | 
 Abstract representation of a simple key-value store. 
 | 
| SerializingBlobStore.Deserializer<V> | |
| SerializingBlobStore.Serializer<V> | 
| Class | Description | 
|---|---|
| AbstractAsyncKeyValueStore<T> | 
 An implementation of  
KeyValueStore to extend for implementations that do not otherwise have access to
 async get/put operations. | 
| AbstractKeyValueStore<T> | 
 Skeleton implementation of  
KeyValueStore that defaults calls without ttl specified. | 
| SerializingBlobStore<V> | 
Copyright © 2020. All rights reserved.