Package one.microstream.cache.types
Interface CacheStore<K,V>
- All Superinterfaces:
 javax.cache.integration.CacheLoader<K,V>,javax.cache.integration.CacheWriter<K,V>
- All Known Implementing Classes:
 CacheStore.Default
public interface CacheStore<K,V>
extends javax.cache.integration.CacheLoader<K,V>, javax.cache.integration.CacheWriter<K,V>
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCacheStore.Default<K,V> - 
Method Summary
Static Methods Modifier and Type Method Description static <K, V> CacheStore<K,V>New(String cacheKey, EmbeddedStorageManager storage)