类分层结构
- java.lang.Object
- jmind.core.cache.support.Cache
- jmind.core.cache.support.GuavaCache<K,V> (implements jmind.base.cache.MemCache<K,V>)
- jmind.core.cache.support.LocalCounter<K> (implements jmind.core.cache.support.Counter<K,V>)
- jmind.core.cache.support.RedisCache (implements jmind.core.cache.support.Counter<K,V>)
- 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.XMemCache (implements jmind.core.cache.support.Counter<K,V>)
接口分层结构
- jmind.base.cache.MemCache<K,V>
- jmind.core.cache.support.Counter<K,V>
Copyright © 2017. All Rights Reserved.