Exemplo n.º 1
0
 public void flushCache() {
   super.flushCache();
   constant_computed = false;
   constant_value = null;
   type_computed = false;
   type_value = null;
 }
Exemplo n.º 2
0
 public void flushCollectionCache() {
   super.flushCollectionCache();
 }