Package org.ehcache

Interface PersistentUserManagedCache<K,​V>

  • Type Parameters:
    K - the key type for the cache
    V - the value type for the cache
    All Superinterfaces:
    java.lang.AutoCloseable, Cache<K,​V>, java.io.Closeable, java.lang.Iterable<Cache.Entry<K,​V>>, UserManagedCache<K,​V>

    public interface PersistentUserManagedCache<K,​V>
    extends UserManagedCache<K,​V>
    A UserManagedCache that holds data that can outlive the JVM.