Example #1
0
 public void clear() throws IOException {
   hashFile.setSize(0);
   stringFile.setLength(0);
   cache.clear();
 }