Class UIComponentCache
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.UIComponentCache
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends UIComponentConfiguration>
voidaddComponentConfiguration(UIComponentCache.CacheKey cacheKey, T componentConfiguration) voidclear()<T extends UIComponentConfiguration>
T
-
Constructor Details
-
UIComponentCache
public UIComponentCache()
-
-
Method Details
-
getComponentConfiguration
public <T extends UIComponentConfiguration> T getComponentConfiguration(UIComponentCache.CacheKey cacheKey) -
addComponentConfiguration
public <T extends UIComponentConfiguration> void addComponentConfiguration(UIComponentCache.CacheKey cacheKey, T componentConfiguration) -
clear
public void clear()
-