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 java.util.Map<java.lang.String,HalResourceCacheEntry>
DefaultHalResourceCache. cache
static java.util.Comparator<HalResourceCacheEntry>
DefaultHalResourceCache. COMPARATOR
static java.util.Comparator<HalResourceCacheEntry>
HalResourceCacheEntryComparator. INSTANCE
static java.util.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 java.util.Comparator<HalResourceCacheEntry>
HalResourceCacheEntryComparator. getInstance()
Sort cache entries by ascending create time (oldest first)static java.util.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)
-