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 TypeMethodDescriptionvoidvoidcache(Map<Long, GeneCoexpressionTestedIn> idMap) voidcacheTestedIn(GeneCoexpressionTestedIn testedIn) voidbooleanvoid
-
Constructor Details
-
GeneTestedInCacheImpl
public GeneTestedInCacheImpl()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
cacheTestedIn
- Specified by:
cacheTestedInin interfaceGeneTestedInCache
-
clearCache
public void clearCache()- Specified by:
clearCachein interfaceGeneTestedInCache
-
get
- Specified by:
getin interfaceGeneTestedInCache
-
cache
- Specified by:
cachein interfaceGeneTestedInCache
-
contains
- Specified by:
containsin interfaceGeneTestedInCache
-
remove
- Specified by:
removein interfaceGeneTestedInCache
-