Package com.opengamma.engine.function

Examples of com.opengamma.engine.function.LazyFunctionRepositoryCompiler


  }

  private EHCacheViewExecutionCache createCache() {
    final ConfigSource configSource = Mockito.mock(ConfigSource.class);
    Mockito.when(configSource.getConfig(ViewDefinition.class, UniqueId.of("View", "0", "V"))).thenReturn(createViewDefinition());
    final CompiledFunctionService functions = new CompiledFunctionService(createFunctionRepository(), new LazyFunctionRepositoryCompiler(), createFunctionCompilationContext());
    functions.initialize();
    return new EHCacheViewExecutionCache(_cacheManager, configSource, functions);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.engine.function.LazyFunctionRepositoryCompiler

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.