类分层结构
- 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.db.GeoDbCache (implements cn.myafx.cache.db.IGeoDbCache)
- cn.myafx.cache.base.HashCache<TField,
TValue> (implements cn.myafx.cache.base.IHashCache<TField, TValue>) - cn.myafx.cache.db.HashDbCache<TField,
TValue> (implements cn.myafx.cache.db.IHashDbCache<TField, TValue>)
- cn.myafx.cache.db.HashDbCache<TField,
- cn.myafx.cache.base.LinkListCache<T> (implements cn.myafx.cache.base.ILinkListCache<T>)
- cn.myafx.cache.db.LinkListDbCache<T> (implements cn.myafx.cache.db.ILinkListDbCache<T>)
- cn.myafx.cache.base.SetCache<T> (implements cn.myafx.cache.base.ISetCache<T>)
- cn.myafx.cache.db.SetDbCache<T> (implements cn.myafx.cache.db.ISetDbCache<T>)
- cn.myafx.cache.base.SortSetCache<T> (implements cn.myafx.cache.base.ISortSetCache<T>)
- cn.myafx.cache.db.SortSetDbCache<T> (implements cn.myafx.cache.db.ISortSetDbCache<T>)
- cn.myafx.cache.base.StringCache<T> (implements cn.myafx.cache.base.IStringCache<T>)
- cn.myafx.cache.db.DataDbCache<T> (implements cn.myafx.cache.db.IDataDbCache<T>)
- cn.myafx.cache.db.DistributedLockDbCache<T> (implements cn.myafx.cache.db.IDistributedLockDbCache<T>)
- cn.myafx.cache.db.ParamDbCache<T> (implements cn.myafx.cache.db.IParamDbCache<T>)
- cn.myafx.cache.db.SessionDbCache<T> (implements cn.myafx.cache.db.ISessionDbCache<T>)
- cn.myafx.cache.base.GeoCache (implements cn.myafx.cache.base.IGeoCache)
- cn.myafx.cache.base.RedisCache (implements cn.myafx.cache.base.IRedisCache)
- cn.myafx.cache.CacheFactory (implements java.lang.AutoCloseable)
- cn.myafx.cache.CacheKey (implements cn.myafx.cache.ICacheKey)
- cn.myafx.cache.CacheKeyConfig
- cn.myafx.cache.GeoInfo
- cn.myafx.cache.GeoPos
- cn.myafx.cache.GeoRadius
- 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.RadiusOptions
- 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.SortSetModel<T>
- cn.myafx.cache.base.BaseCache (implements cn.myafx.cache.base.IBaseCache)
接口分层结构
- java.lang.AutoCloseable
- java.io.Closeable
- cn.myafx.cache.ICacheCursor<T> (并 extends java.util.Iterator<E>)
- cn.myafx.cache.base.IBaseCache
- cn.myafx.cache.base.IRedisCache
- cn.myafx.cache.base.IGeoCache
- cn.myafx.cache.db.IGeoDbCache
- cn.myafx.cache.base.IHashCache<TField,
TValue> - cn.myafx.cache.db.IHashDbCache<TField,
TValue>
- cn.myafx.cache.db.IHashDbCache<TField,
- cn.myafx.cache.base.IValueCache<T>
- cn.myafx.cache.base.ILinkListCache<T>
- cn.myafx.cache.db.ILinkListDbCache<T>
- cn.myafx.cache.base.ISetCache<T>
- cn.myafx.cache.db.ISetDbCache<T>
- cn.myafx.cache.base.ISortSetCache<T>
- cn.myafx.cache.db.ISortSetDbCache<T>
- cn.myafx.cache.base.IStringCache<T>
- cn.myafx.cache.db.IDataDbCache<T>
- cn.myafx.cache.db.IDistributedLockDbCache<T>
- cn.myafx.cache.db.IParamDbCache<T>
- cn.myafx.cache.db.ISessionDbCache<T>
- cn.myafx.cache.base.ILinkListCache<T>
- cn.myafx.cache.base.IGeoCache
- cn.myafx.cache.base.IRedisCache
- java.io.Closeable
- cn.myafx.cache.ICacheKey
- cn.myafx.cache.IJsonMapper
- java.util.Iterator<E>
- cn.myafx.cache.ICacheCursor<T> (并 extends java.io.Closeable)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.myafx.cache.DistUnit
- cn.myafx.cache.ExcludeType
- cn.myafx.cache.OpWhen
- cn.myafx.cache.SetOp
- cn.myafx.cache.Sort
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)