Package com.opengamma.engine.cache.msg

Examples of com.opengamma.engine.cache.msg.DeleteRequest


  }

  @Override
  public void delete() {
    // [ENG-256] Don't need the delete messages if we propogate at the releaseCaches level
    final DeleteRequest request = new DeleteRequest(getCacheKey().getViewCycleId(), getCacheKey().getCalculationConfigurationName());
    getRemoteCacheClient().sendPutMessage(request, CacheMessage.class);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.engine.cache.msg.DeleteRequest

Copyright © 2018 www.massapicom. 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.