K - the key typeV - the value typepublic interface WrapperStore<K,V> extends Store<K,V>
Stores which act like wrapper and does not have any storage, rather
 delegate the storage to other stores| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | WrapperStore.ProviderService to create  WrapperStores | 
Store.Configuration<K,V>, Store.Iterator<T>, Store.PutStatus, Store.RemoveStatus, Store.ReplaceStatus, Store.ValueHolder<V>bulkCompute, bulkCompute, bulkComputeIfAbsent, clear, computeAndGet, computeIfAbsent, containsKey, get, getAndCompute, getAndPut, getAndRemove, getStoreEventSource, iterator, put, putIfAbsent, remove, remove, replace, replacegetConfigurationChangeListeners