Uses of Class
adams.core.LRUCache
-
Packages that use LRUCache Package Description adams.core adams.flow.control adams.gui.flow adams.gui.tools.previewbrowser -
-
Uses of LRUCache in adams.core
Methods in adams.core that return LRUCache Modifier and Type Method Description LRUCache<K,V>
LRUCache. getClone()
Returns a clone of the object.Methods in adams.core with parameters of type LRUCache Modifier and Type Method Description void
LRUCache. putAll(LRUCache<K,V> cache)
Caches the elements from the provided map. -
Uses of LRUCache in adams.flow.control
Fields in adams.flow.control with type parameters of type LRUCache Modifier and Type Field Description protected HashMap<String,LRUCache<String,Object>>
Storage. m_Caches
name LRU caches. -
Uses of LRUCache in adams.gui.flow
Fields in adams.gui.flow declared as LRUCache Modifier and Type Field Description protected LRUCache<String,com.github.fracpete.javautils.struct.Struct2<List<String>,List<String>>>
FlowViewStateManager. m_Cache
the cache. -
Uses of LRUCache in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as LRUCache Modifier and Type Field Description protected LRUCache<String,PreviewPanel>
PreviewDisplay. m_PreviewCache
the cached previews (content handler -> preview).
-