Пример #1
0
 public void clearCache() {
   synchronized (softCache) {
     softCache.clear();
   }
 }