@Component public class CrmCache extends AbstractCache
| Constructor and Description |
|---|
CrmCache(CrmService crmService,
LmngIdentifierDao lmngIdentifierDao,
long initialDelay,
long delay) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doPopulateCache() |
Optional<Article> |
getArticle(Service service) |
protected String |
getCacheName() |
Optional<License> |
getLicense(Service service,
String idpInstitutionId) |
destroy, evict, evictSynchronously@Autowired public CrmCache(CrmService crmService, LmngIdentifierDao lmngIdentifierDao, @Value(value="${cache.crm.initialDelay}") long initialDelay, @Value(value="${cache.crm.delay}") long delay)
protected void doPopulateCache()
doPopulateCache in class AbstractCacheprotected String getCacheName()
getCacheName in class AbstractCacheCopyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.