Uses of Interface
org.camunda.bpm.engine.rest.cache.Cache
Packages that use Cache
-
Uses of Cache in org.camunda.bpm.engine.rest.hal
Fields in org.camunda.bpm.engine.rest.hal with type parameters of type CacheMethods in org.camunda.bpm.engine.rest.hal that return CacheMethods in org.camunda.bpm.engine.rest.hal with parameters of type CacheModifier and TypeMethodDescriptionvoid
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 CacheFields in org.camunda.bpm.engine.rest.hal.cache with type parameters of type CacheMethods in org.camunda.bpm.engine.rest.hal.cache that return CacheModifier 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()
Methods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type CacheMethods in org.camunda.bpm.engine.rest.hal.cache with parameters of type CacheModifier 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.Method parameters in org.camunda.bpm.engine.rest.hal.cache with type arguments of type Cache