Package | Description |
---|---|
cn.trinea.android.common.service.impl |
Modifier and Type | Class and Description |
---|---|
class |
ImageCache
Image Cache
It's a cache with primary cache and secondary cache. |
class |
ImageMemoryCache
Image Memory Cache
It applies to images those uesd frequently, like users avatar of twitter or sina weibo. |
class |
ImageSDCardCache
Image SDCard Cache
It applies to images those uesd frequently and their size is big that we cannot store too much in memory, like pictures of twitter or sina weibo. |
Modifier and Type | Method and Description |
---|---|
static <K,V> PreloadDataCache<K,V> |
PreloadDataCache.loadCache(java.lang.String filePath)
restore cache from file
|