Class GeneTestedInCacheImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.association.coexpression.GeneTestedInCacheImpl
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
,GeneTestedInCache
@Component public class GeneTestedInCacheImpl extends Object implements org.springframework.beans.factory.InitializingBean, GeneTestedInCache
- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description GeneTestedInCacheImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
cacheTestedIn
public void cacheTestedIn(GeneCoexpressionTestedIn testedIn)
- Specified by:
cacheTestedIn
in interfaceGeneTestedInCache
-
clearCache
public void clearCache()
- Specified by:
clearCache
in interfaceGeneTestedInCache
-
get
public GeneCoexpressionTestedIn get(Long geneId)
- Specified by:
get
in interfaceGeneTestedInCache
-
cache
public void cache(Map<Long,GeneCoexpressionTestedIn> idMap)
- Specified by:
cache
in interfaceGeneTestedInCache
-
contains
public boolean contains(Long geneId)
- Specified by:
contains
in interfaceGeneTestedInCache
-
remove
public void remove(Long geneId)
- Specified by:
remove
in interfaceGeneTestedInCache
-
-