Package psidev.psi.mi.jami.bridges.ols
Class CachedOlsSourceFetcher
- java.lang.Object
-
- psidev.psi.mi.jami.bridges.fetcher.AbstractCachedFetcher
-
- psidev.psi.mi.jami.bridges.ols.CachedOlsFetcher<Source>
-
- psidev.psi.mi.jami.bridges.ols.CachedOlsSourceFetcher
-
- All Implemented Interfaces:
CachedFetcher
,CvTermFetcher<Source>
,SourceFetcher
public class CachedOlsSourceFetcher extends CachedOlsFetcher<Source> implements SourceFetcher
Code for the cache OLS fetcher;- Since:
- 03/07/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_NAME
ConstantCACHE_NAME="source-cache"
-
Fields inherited from class psidev.psi.mi.jami.bridges.fetcher.AbstractCachedFetcher
EHCACHE_CONFIG_FILE
-
-
Constructor Summary
Constructors Constructor Description CachedOlsSourceFetcher()
Constructor for CachedOlsSourceFetcher.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.bridges.ols.CachedOlsFetcher
fetchByIdentifier, fetchByIdentifier, fetchByIdentifiers, fetchByIdentifiers, fetchByName, fetchByName, fetchByNames, fetchByNames, getDelegateFetcher
-
Methods inherited from class psidev.psi.mi.jami.bridges.fetcher.AbstractCachedFetcher
clearCache, getFromCache, initialiseCache, initialiseCache, shutDownCache, storeInCache
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.bridges.fetcher.CachedFetcher
clearCache, getFromCache, initialiseCache, initialiseCache, shutDownCache, storeInCache
-
Methods inherited from interface psidev.psi.mi.jami.bridges.fetcher.CvTermFetcher
fetchByIdentifier, fetchByIdentifier, fetchByIdentifiers, fetchByIdentifiers, fetchByName, fetchByName, fetchByNames, fetchByNames
-
-
-
-
Field Detail
-
CACHE_NAME
public static final String CACHE_NAME
ConstantCACHE_NAME="source-cache"
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CachedOlsSourceFetcher
public CachedOlsSourceFetcher() throws BridgeFailedException
Constructor for CachedOlsSourceFetcher.
- Throws:
BridgeFailedException
- if any.
-
-