@Component(value="cuba_CachingFacadeMBean") public class CachingFacade extends java.lang.Object implements CachingFacadeMBean
| Modifier and Type | Field and Description |
|---|---|
protected DynamicAttributesCacheStrategy |
dynamicAttributesCacheStrategy |
protected TrustedClientService |
trustedClientService |
protected WebAuthConfig |
webAuthConfig |
| Constructor and Description |
|---|
CachingFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearConfigCache() |
void |
clearDynamicAttributesCache() |
void |
clearGroovyCache() |
void |
clearMenuConfig() |
void |
clearMessagesCache() |
void |
clearPersistenceManagerClientCache() |
void |
clearScreenReflectionCache() |
void |
clearSystemPropertiesCache() |
void |
clearViewRepositoryCache() |
void |
clearWindowConfig() |
int |
getMessagesCacheSize() |
@Inject protected WebAuthConfig webAuthConfig
@Inject protected TrustedClientService trustedClientService
@Inject protected DynamicAttributesCacheStrategy dynamicAttributesCacheStrategy
public int getMessagesCacheSize()
getMessagesCacheSize in interface CachingFacadeMBeanpublic void clearGroovyCache()
clearGroovyCache in interface CachingFacadeMBeanpublic void clearMessagesCache()
clearMessagesCache in interface CachingFacadeMBeanpublic void clearPersistenceManagerClientCache()
clearPersistenceManagerClientCache in interface CachingFacadeMBeanpublic void clearViewRepositoryCache()
clearViewRepositoryCache in interface CachingFacadeMBeanpublic void clearWindowConfig()
clearWindowConfig in interface CachingFacadeMBeanpublic void clearMenuConfig()
clearMenuConfig in interface CachingFacadeMBeanpublic void clearDynamicAttributesCache()
clearDynamicAttributesCache in interface CachingFacadeMBeanpublic void clearSystemPropertiesCache()
clearSystemPropertiesCache in interface CachingFacadeMBeanpublic void clearConfigCache()
clearConfigCache in interface CachingFacadeMBeanpublic void clearScreenReflectionCache()
clearScreenReflectionCache in interface CachingFacadeMBean