Exemplo n.º 1
0
 public void clearMemoryCache() {
   memoryCache.clear();
 }
Exemplo n.º 2
0
 /** 清空文件缓存或内存缓存 */
 public void clearCache() {
   memoryCache.clear();
   fileCache.clear();
 }