Package org.ehcache

Interface UserManagedCache<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>>
All Known Subinterfaces:
PersistentUserManagedCache<K,V>

public interface UserManagedCache<K,V> extends Cache<K,V>, Closeable
Represents a Cache that is not managed by a CacheManager.

These caches must be closed in order to release all their resources.