Interface GeneTestedInCache
- All Known Implementing Classes:
GeneTestedInCacheImpl
public interface GeneTestedInCache
Cache of the 'tested-in' information for genes. As new analyses are done, this cache must be invalidated but
otherwise can speed up the post-processing steps.
- Author:
- paul
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cache
(Map<Long, GeneCoexpressionTestedIn> idMap) void
cacheTestedIn
(GeneCoexpressionTestedIn testedIn) void
boolean
void
-
Method Details
-
cacheTestedIn
-
clearCache
void clearCache() -
get
-
cache
-
contains
-
remove
-