Uses of Class
org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry

Packages that use HalResourceCacheEntry
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
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
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
 int HalResourceCacheEntryComparator.compare(HalResourceCacheEntry entry1, HalResourceCacheEntry entry2)
           
protected  boolean DefaultHalResourceCache.expired(HalResourceCacheEntry entry)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.