Uses of Interface
org.cache2k.KeyValueSource
-
Packages that use KeyValueSource Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache. -
-
Uses of KeyValueSource in org.cache2k
Subinterfaces of KeyValueSource in org.cache2k Modifier and Type Interface Description interface
Cache<K,V>
A cache is similar to a map or a key value store, allowing to retrieve and update values which are associated with keys.Classes in org.cache2k that implement KeyValueSource Modifier and Type Class Description class
AbstractCache<K,V>
Base class for implementations of the cache interface.class
ForwardingCache<K,V>
Wrapper class that forwards all method calls to a delegate.
-