コード例 #1
0
 /** @apilevel internal */
 public void flushCollectionCache() {
   super.flushCollectionCache();
 }
コード例 #2
0
 /** @apilevel low-level */
 public void flushCache() {
   super.flushCache();
   sourceMethodDecl_computed = false;
   sourceMethodDecl_value = null;
 }