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 class  CacheStore.Default<K,​V>  
  • Method Summary

    Static Methods 
    Modifier and Type Method Description
    static <K,​ V> CacheStore<K,​V> New​(String cacheKey, EmbeddedStorageManager storage)  

    Methods inherited from interface javax.cache.integration.CacheLoader

    load, loadAll

    Methods inherited from interface javax.cache.integration.CacheWriter

    delete, deleteAll, write, writeAll