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