类分层结构
- java.lang.Object
- top.daxian1218.dust.db.cache.CacheManager (implements top.daxian1218.dust.db.cache.ICacheManager)
- top.daxian1218.dust.db.cache.CaffeineCache (implements top.daxian1218.dust.db.cache.ICache)
- top.daxian1218.dust.db.cache.SimpleMemoryCache (implements top.daxian1218.dust.db.cache.ICache)
- top.daxian1218.dust.db.cache.StringMemoryCache (implements top.daxian1218.dust.db.cache.ICache)
接口分层结构
- top.daxian1218.dust.db.cache.ICache
- top.daxian1218.dust.db.cache.ICacheManager