类分层结构
- java.lang.Object
- cn.myafx.cache.base.BaseCache (implements cn.myafx.cache.base.IBaseCache)
- cn.myafx.cache.base.RedisCache (implements cn.myafx.cache.base.IRedisCache)
- cn.myafx.cache.base.GeoCache (implements cn.myafx.cache.base.IGeoCache)
- cn.myafx.cache.base.HashCache<TField,
TValue> (implements cn.myafx.cache.base.IHashCache<TField, TValue>) - cn.myafx.cache.base.LinkListCache<T> (implements cn.myafx.cache.base.ILinkListCache<T>)
- cn.myafx.cache.base.SetCache<T> (implements cn.myafx.cache.base.ISetCache<T>)
- cn.myafx.cache.base.SortSetCache<T> (implements cn.myafx.cache.base.ISortSetCache<T>)
- cn.myafx.cache.base.StringCache<T> (implements cn.myafx.cache.base.IStringCache<T>)
- cn.myafx.cache.base.RedisCache (implements cn.myafx.cache.base.IRedisCache)
- cn.myafx.cache.base.HashCache.HashCursor (implements cn.myafx.cache.ICacheCursor<T>)
- cn.myafx.cache.base.HashCache.HEntry (implements java.util.Map.Entry<K,
V>) - cn.myafx.cache.base.SetCache.SetCursor (implements cn.myafx.cache.ICacheCursor<T>)
- cn.myafx.cache.base.SortSetCache.SortSetCursor (implements cn.myafx.cache.ICacheCursor<T>)
- cn.myafx.cache.base.SortSetCache.SortSetTuple (implements org.springframework.data.redis.connection.zset.Tuple)
- cn.myafx.cache.base.BaseCache (implements cn.myafx.cache.base.IBaseCache)
接口分层结构
- java.lang.AutoCloseable
- cn.myafx.cache.base.IBaseCache
- cn.myafx.cache.base.IRedisCache
- cn.myafx.cache.base.IGeoCache
- cn.myafx.cache.base.IHashCache<TField,
TValue> - cn.myafx.cache.base.IValueCache<T>
- cn.myafx.cache.base.ILinkListCache<T>
- cn.myafx.cache.base.ISetCache<T>
- cn.myafx.cache.base.ISortSetCache<T>
- cn.myafx.cache.base.IStringCache<T>
- cn.myafx.cache.base.IRedisCache
- cn.myafx.cache.base.IBaseCache