public class CompiledModelsCache extends org.alfresco.util.cache.AbstractAsynchronouslyRefreshedCache<DictionaryRegistry>
Constructor and Description |
---|
CompiledModelsCache() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected DictionaryRegistry |
buildCache(String tenantId) |
void |
remove(String tenantId) |
void |
setDictionaryDAO(DictionaryDAOImpl dictionaryDAO) |
void |
setTenantService(TenantService tenantService) |
afterCommit, afterRollback, beforeCommit, beforeCompletion, broadcastEvent, call, forceInChangesForThisUncommittedTransaction, get, getCacheId, init, isUpToDate, onRefreshableCacheEvent, refresh, register, setBeanName, setRegistry, setThreadPoolExecutor, toString, waitForBuild
protected DictionaryRegistry buildCache(String tenantId)
buildCache
in class org.alfresco.util.cache.AbstractAsynchronouslyRefreshedCache<DictionaryRegistry>
public void remove(String tenantId)
tenantId
- the tenantId of cache that will be removed from live cachepublic void setDictionaryDAO(DictionaryDAOImpl dictionaryDAO)
dictionaryDAO
- the dictionaryDAOImpl to setpublic void setTenantService(TenantService tenantService)
tenantService
- the tenantService to setpublic void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class org.alfresco.util.cache.AbstractAsynchronouslyRefreshedCache<DictionaryRegistry>
Exception
Copyright © 2005–2019 Alfresco Software. All rights reserved.