Uses of Interface
org.cache2k.AdvancedKeyValueSource
-
Packages that use AdvancedKeyValueSource Package Description org.cache2k API package for cache2k Java caching library. -
-
Uses of AdvancedKeyValueSource in org.cache2k
Subinterfaces of AdvancedKeyValueSource 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 to keys.interface
KeyValueStore<K,V>
Deprecated.Classes in org.cache2k that implement AdvancedKeyValueSource 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.
-