Esempio n. 1
0
 @Override
 public void flushAll() {
   stringPropertyStore.flushAll();
   propertyKeyTokenStore.flushAll();
   arrayPropertyStore.flushAll();
   super.flushAll();
 }