类分层结构
- 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.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.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
- cn.myafx.cache.base.IBaseCache