类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- jmind.core.cache.support.LinkedDeque<E> (implements java.util.Deque<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- jmind.core.cache.support.ConcurrentLinkedHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- jmind.core.cache.support.Cache
- jmind.core.cache.support.ConcurrentLinkedHashMap.Builder<K,V>
- jmind.core.cache.support.GuavaCache (implements jmind.base.cache.ICache)
- jmind.core.cache.support.LocalCounter (implements jmind.core.cache.support.Counter)
- jmind.core.cache.support.RedisCache (implements jmind.core.cache.support.Counter)
- jmind.core.cache.support.SpringCache (implements org.springframework.cache.Cache)
- jmind.core.cache.support.SpringCacheFactoryBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- jmind.core.cache.support.StatsCounterCache
- jmind.core.cache.support.Weighers
接口分层结构
Copyright © 2018. All Rights Reserved.