Class Hierarchy
- java.lang.Object
- com.google.common.collect.ForwardingObject
- com.google.common.collect.ForwardingMap<K,V> (implements java.util.Map<K,V>)
- com.google.common.collect.ForwardingSortedMap<K,V> (implements java.util.SortedMap<K,V>)
- io.kcache.utils.InMemoryCache<K,V> (implements io.kcache.Cache<K,V>)
- io.kcache.caffeine.CaffeineCache<K,V>
- io.kcache.utils.InMemoryCache<K,V> (implements io.kcache.Cache<K,V>)
- com.google.common.collect.ForwardingSortedMap<K,V> (implements java.util.SortedMap<K,V>)
- com.google.common.collect.ForwardingMap<K,V> (implements java.util.Map<K,V>)
- com.google.common.collect.ForwardingObject