Search in sources :

Example 1 with HalRelationCacheBootstrap

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();
}
Also used : DefaultHalResourceCache(org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache) HalRelationCacheBootstrap(org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap) Before(org.junit.Before)

Aggregations

DefaultHalResourceCache (org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache)1 HalRelationCacheBootstrap (org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap)1 Before (org.junit.Before)1