Esempio n. 1
0
 /** @apilevel internal */
 public void flushCollectionCache() {
   super.flushCollectionCache();
 }
Esempio n. 2
0
 /** @apilevel low-level */
 public void flushCache() {
   super.flushCache();
   type_computed = false;
   type_value = null;
 }