441442443444445446447448449450451
// scopes try{cfmlFactory.getScopeContext().clear();}catch(Throwable t){t.printStackTrace();} // PageContext try{cfmlFactory.resetPageContext();}catch(Throwable t){t.printStackTrace();} // Query Cache try{ cfmlFactory.getDefaultQueryCache().clear(null);}catch(Throwable t){t.printStackTrace();} // Gateway