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. cachestatic Comparator<HalResourceCacheEntry>DefaultHalResourceCache. COMPARATORstatic Comparator<HalResourceCacheEntry>HalResourceCacheEntryComparator. INSTANCEstatic Comparator<HalResourceCacheEntry>HalResourceCacheEntryComparator. REVERSEMethods 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 intHalResourceCacheEntryComparator. compare(HalResourceCacheEntry entry1, HalResourceCacheEntry entry2)protected booleanDefaultHalResourceCache. expired(HalResourceCacheEntry entry)
-