Package com.opengamma.engine.exec.plan

Examples of com.opengamma.engine.exec.plan.CachingExecutionPlanner.invalidate()


   * cached plans being used.
   */
  public void invalidateCache() {
    final CachingExecutionPlanner planner = _cachingPlanner;
    if (planner != null) {
      planner.invalidate();
    }
  }

  // InitializingBean

View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.