public void clearCache(DictionaryElementType fileType) {
   Map m = getMap(fileType);
   if (m != null) m.clear();
   super.clearCache(fileType);
 }