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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
cache
(Map<Long, GeneCoexpressionTestedIn> idMap) void
cacheTestedIn
(GeneCoexpressionTestedIn testedIn) void
boolean
void
-
Constructor Details
-
GeneTestedInCacheImpl
public GeneTestedInCacheImpl()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
cacheTestedIn
- Specified by:
cacheTestedIn
in interfaceGeneTestedInCache
-
clearCache
public void clearCache()- Specified by:
clearCache
in interfaceGeneTestedInCache
-
get
- Specified by:
get
in interfaceGeneTestedInCache
-
cache
- Specified by:
cache
in interfaceGeneTestedInCache
-
contains
- Specified by:
contains
in interfaceGeneTestedInCache
-
remove
- Specified by:
remove
in interfaceGeneTestedInCache
-