Uses of Class
adams.core.LRUCache
-
Packages that use LRUCache Package Description adams.core adams.flow.control 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. -
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.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).
-