예제 #1
0
 private static void queryCache(PageContext pc) {
   QueryCacheSupport qc = ((QueryCacheSupport) pc.getQueryCache());
   qc.clear();
 }