| Package | Description | 
|---|---|
| cn.trinea.android.common.service.impl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ImageCacheImage Cache It's a cache with primary cache and secondary cache. | 
| class  | ImageMemoryCacheImage Memory Cache It applies to images those uesd frequently, like users avatar of twitter or sina weibo. | 
| class  | ImageSDCardCacheImage 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 |