/** 清理内存图片 */
 public void clearMemoryCache() {
   memoryCache.clear();
 }