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:
AutoCloseable, Cache<K,V>, Closeable, 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.