Uses of Interface
org.camunda.bpm.engine.rest.cache.Cache
-
Uses of Cache in org.camunda.bpm.engine.rest.hal
Modifier and TypeMethodDescriptionvoid
Hal.registerHalRelationCache
(Class<?> entityClass, Cache cache) -
Uses of Cache in org.camunda.bpm.engine.rest.hal.cache
Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected void
HalRelationCacheBootstrap.configureCache
(Cache cache, String property, Object value) protected void
HalRelationCacheBootstrap.configureCache
(Cache cache, Map<String, Object> cacheConfiguration) 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.