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 TypeMethodDescriptionvoidcache(Map<Long, GeneCoexpressionTestedIn> idMap) voidcacheTestedIn(GeneCoexpressionTestedIn testedIn) voidbooleanvoid
-
Method Details
-
cacheTestedIn
-
clearCache
void clearCache() -
get
-
cache
-
contains
-
remove
-