private static class MotifFinder.GenomeSoftValueHashMap extends MotifFinder.FindResultsSoftValueHashMap
Modifier and Type | Field and Description |
---|---|
private static boolean |
allowUsePermanentCache |
private java.sql.Connection |
dbCacheConnection |
private java.lang.String |
motifFinderKey |
private java.sql.PreparedStatement |
retrieveFromDb |
private static long |
serialVersionUID |
private java.sql.PreparedStatement |
storeIntoDb |
Constructor and Description |
---|
MotifFinder.GenomeSoftValueHashMap(MotifFinder motifFinder) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
FindResults |
get(java.lang.String key,
boolean usePermanentCache) |
FindResults |
put(java.lang.String key,
FindResults value,
boolean usePermanentCache) |
clear, entrySet, get, put, remove, size
private static final long serialVersionUID
private static boolean allowUsePermanentCache
private java.sql.Connection dbCacheConnection
private java.sql.PreparedStatement retrieveFromDb
private java.sql.PreparedStatement storeIntoDb
private java.lang.String motifFinderKey
public MotifFinder.GenomeSoftValueHashMap(MotifFinder motifFinder)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public FindResults get(java.lang.String key, boolean usePermanentCache)
get
in class MotifFinder.FindResultsSoftValueHashMap
public FindResults put(java.lang.String key, FindResults value, boolean usePermanentCache)
put
in class MotifFinder.FindResultsSoftValueHashMap