Uses of Interface
org.camunda.bpm.engine.rest.cache.Cache
-
Packages that use Cache Package Description 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 Modifier and Type Field Description protected Map<Class<?>,Cache>
Hal. halRelationCaches
Methods in org.camunda.bpm.engine.rest.hal that return Cache Modifier and Type Method Description Cache
Hal. getHalRelationCache(Class<?> resourceClass)
Methods in org.camunda.bpm.engine.rest.hal with parameters of type Cache Modifier and Type Method Description 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 Modifier and Type Class Description class
DefaultHalResourceCache
Fields in org.camunda.bpm.engine.rest.hal.cache with type parameters of type Cache Modifier and Type Field Description protected Class<? extends Cache>
HalRelationCacheConfiguration. cacheImplementationClass
Methods in org.camunda.bpm.engine.rest.hal.cache that return Cache Modifier and Type Method 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()
Methods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type Cache Modifier and Type Method Description Class<? extends Cache>
HalRelationCacheConfiguration. getCacheImplementationClass()
Methods in org.camunda.bpm.engine.rest.hal.cache with parameters of type Cache Modifier and Type Method Description protected 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.Method parameters in org.camunda.bpm.engine.rest.hal.cache with type arguments of type Cache Modifier and Type Method Description protected Cache
HalRelationCacheBootstrap. createCache(Class<? extends Cache> cacheClass, Map<String,Object> cacheConfiguration)
protected Cache
HalRelationCacheBootstrap. createCacheInstance(Class<? extends Cache> cacheClass)
-