Class CacheService
- java.lang.Object
-
- eu.dnetlib.irishmonitorservice.services.CacheService
-
@Service public class CacheService extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearCacheAtMidnight()List<List<String>>getResponse(String type)
-
-
-
Method Detail
-
getResponse
public List<List<String>> getResponse(String type) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
clearCacheAtMidnight
@CacheEvict(allEntries=true, value={"funders","organizations","datasources"}, beforeInvocation=true) @Scheduled(cron="0 0 0 * * *") public void clearCacheAtMidnight() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
-