Class UIComponentCache
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.UIComponentCache
-
public class UIComponentCache extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UIComponentCache.CacheKey
-
Constructor Summary
Constructors Constructor Description UIComponentCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends UIComponentConfiguration>
voidaddComponentConfiguration(UIComponentCache.CacheKey cacheKey, T componentConfiguration)
void
clear()
<T extends UIComponentConfiguration>
TgetComponentConfiguration(UIComponentCache.CacheKey cacheKey)
-
-
-
Method Detail
-
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()
-
-