public class DriverPanelCache
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
DRIVER_CACHE_KEY
This value is set by the DriverDialog. 
 | 
static java.lang.String | 
FILE_CACHE_KEY
Most AbstractDriverPanels will set this value, but some do not (e.g. those
 that retrieve data from the web instead of a file). 
 | 
| Constructor and Description | 
|---|
DriverPanelCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAll(DriverPanelCache otherCache)  | 
java.lang.Object | 
get(java.lang.String cacheKey)  | 
void | 
put(java.lang.String cacheKey,
   java.lang.Object cachedValue)  | 
public static final java.lang.String DRIVER_CACHE_KEY
public static final java.lang.String FILE_CACHE_KEY
public java.lang.Object get(java.lang.String cacheKey)
public void put(java.lang.String cacheKey,
       java.lang.Object cachedValue)
public void addAll(DriverPanelCache otherCache)