Package | Description |
---|---|
org.camunda.bpm.engine.rest.hal | |
org.camunda.bpm.engine.rest.hal.cache |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,Cache> |
Hal.halRelationCaches |
Modifier and Type | Method and Description |
---|---|
Cache |
Hal.getHalRelationCache(Class<?> resourceClass) |
Modifier and Type | Method and Description |
---|---|
void |
Hal.registerHalRelationCache(Class<?> entityClass,
Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHalResourceCache |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends Cache> |
HalRelationCacheConfiguration.cacheImplementationClass |
Modifier and Type | Method and Description |
---|---|
protected Cache |
HalRelationCacheBootstrap.createCache(Class<? extends Cache> cacheClass,
Map<String,Object> cacheConfiguration) |
protected Cache |
HalRelationCacheBootstrap.createCacheInstance(Class<? extends Cache> cacheClass) |
protected Cache |
HalCachingLinkResolver.getCache() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Cache> |
HalRelationCacheConfiguration.getCacheImplementationClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
HalRelationCacheBootstrap.configureCache(Cache cache,
Map<String,Object> cacheConfiguration) |
protected void |
HalRelationCacheBootstrap.configureCache(Cache cache,
String property,
Object value) |
protected void |
HalRelationCacheBootstrap.registerCache(Class<?> halResourceClass,
Cache cache) |
protected List<HalResource<?>> |
HalCachingLinkResolver.resolveCachedLinks(String[] linkedIds,
Cache cache,
List<String> notCachedLinkedIds)
Returns a list with all resources which are cached.
|
Modifier and Type | Method and Description |
---|---|
protected Cache |
HalRelationCacheBootstrap.createCache(Class<? extends Cache> cacheClass,
Map<String,Object> cacheConfiguration) |
protected Cache |
HalRelationCacheBootstrap.createCacheInstance(Class<? extends Cache> cacheClass) |
Copyright © 2017. All rights reserved.