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