use of org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap in project camunda-bpm-platform by camunda.
the class HalResourceCacheTest method createCache.
@Before
public void createCache() {
cache = new DefaultHalResourceCache(100, 100);
contextListener = new HalRelationCacheBootstrap();
}
Aggregations