@Component public class GeneTestedInCacheImpl extends Object implements InitializingBean, GeneTestedInCache
| Constructor and Description |
|---|
GeneTestedInCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
cache(Map<Long,GeneCoexpressionTestedIn> idMap) |
void |
cacheTestedIn(GeneCoexpressionTestedIn testedIn) |
void |
clearCache() |
boolean |
contains(Long geneId) |
GeneCoexpressionTestedIn |
get(Long geneId) |
void |
remove(Long geneId) |
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic void cacheTestedIn(GeneCoexpressionTestedIn testedIn)
cacheTestedIn in interface GeneTestedInCachepublic void clearCache()
clearCache in interface GeneTestedInCachepublic GeneCoexpressionTestedIn get(Long geneId)
get in interface GeneTestedInCachepublic void cache(Map<Long,GeneCoexpressionTestedIn> idMap)
cache in interface GeneTestedInCachepublic boolean contains(Long geneId)
contains in interface GeneTestedInCachepublic void remove(Long geneId)
remove in interface GeneTestedInCacheCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.