Package eu.dnetlib.openaire.dsm.dao
Class VocabularyClientImpl
java.lang.Object
eu.dnetlib.openaire.dsm.dao.VocabularyClientImpl
- All Implemented Interfaces:
VocabularyClient
Created by claudio on 15/09/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
VocabularyClientImpl
public VocabularyClientImpl()
-
-
Method Details
-
getCountries
- Specified by:
getCountriesin interfaceVocabularyClient- Throws:
DsmApiException
-
getDatasourceTypologies
- Specified by:
getDatasourceTypologiesin interfaceVocabularyClient- Throws:
DsmApiException
-
dropCache
@CacheEvict(cacheNames="vocabularies-cache", allEntries=true) @Scheduled(fixedDelayString="${openaire.exporter.cache.ttl}") public void dropCache()- Specified by:
dropCachein interfaceVocabularyClient
-