|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache | |
|---|---|
| org.camunda.bpm.engine.rest.hal | |
| org.camunda.bpm.engine.rest.hal.cache | |
| Uses of Cache in org.camunda.bpm.engine.rest.hal |
|---|
| Fields in org.camunda.bpm.engine.rest.hal with type parameters of type Cache | |
|---|---|
protected Map<Class<?>,Cache> |
Hal.halRelationCaches
|
| Methods in org.camunda.bpm.engine.rest.hal that return Cache | |
|---|---|
Cache |
Hal.getHalRelationCache(Class<?> resourceClass)
|
| Methods in org.camunda.bpm.engine.rest.hal with parameters of type Cache | |
|---|---|
void |
Hal.registerHalRelationCache(Class<?> entityClass,
Cache cache)
|
| Uses of Cache in org.camunda.bpm.engine.rest.hal.cache |
|---|
| Classes in org.camunda.bpm.engine.rest.hal.cache that implement Cache | |
|---|---|
class |
DefaultHalResourceCache
|
| Fields in org.camunda.bpm.engine.rest.hal.cache with type parameters of type Cache | |
|---|---|
protected Class<? extends Cache> |
HalRelationCacheConfiguration.cacheImplementationClass
|
| Methods in org.camunda.bpm.engine.rest.hal.cache that return Cache | |
|---|---|
protected Cache |
HalRelationCacheBootstrap.createCache(Class<? extends Cache> cacheClass,
Map<String,Object> cacheConfiguration)
|
protected Cache |
HalRelationCacheBootstrap.createCacheInstance(Class<? extends Cache> cacheClass)
|
protected Cache |
HalCachingLinkResolver.getCache()
|
| Methods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type Cache | |
|---|---|
Class<? extends Cache> |
HalRelationCacheConfiguration.getCacheImplementationClass()
|
| Methods in org.camunda.bpm.engine.rest.hal.cache with parameters of type Cache | |
|---|---|
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. |
| Method parameters in org.camunda.bpm.engine.rest.hal.cache with type arguments of type Cache | |
|---|---|
protected Cache |
HalRelationCacheBootstrap.createCache(Class<? extends Cache> cacheClass,
Map<String,Object> cacheConfiguration)
|
protected Cache |
HalRelationCacheBootstrap.createCacheInstance(Class<? extends Cache> cacheClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||