Uses of Class
org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
-
Packages that use HalResourceCacheEntry Package Description org.camunda.bpm.engine.rest.hal.cache -
-
Uses of HalResourceCacheEntry in org.camunda.bpm.engine.rest.hal.cache
Fields in org.camunda.bpm.engine.rest.hal.cache with type parameters of type HalResourceCacheEntry Modifier and Type Field Description protected Map<String,HalResourceCacheEntry>
DefaultHalResourceCache. cache
static Comparator<HalResourceCacheEntry>
DefaultHalResourceCache. COMPARATOR
static Comparator<HalResourceCacheEntry>
HalResourceCacheEntryComparator. INSTANCE
static Comparator<HalResourceCacheEntry>
HalResourceCacheEntryComparator. REVERSE
Methods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type HalResourceCacheEntry Modifier and Type Method Description static Comparator<HalResourceCacheEntry>
HalResourceCacheEntryComparator. getInstance()
Sort cache entries by ascending create time (oldest first)static Comparator<HalResourceCacheEntry>
HalResourceCacheEntryComparator. getReverse()
Sort cache entries by descending create time (newest first)Methods in org.camunda.bpm.engine.rest.hal.cache with parameters of type HalResourceCacheEntry Modifier and Type Method Description int
HalResourceCacheEntryComparator. compare(HalResourceCacheEntry entry1, HalResourceCacheEntry entry2)
protected boolean
DefaultHalResourceCache. expired(HalResourceCacheEntry entry)
-