Uses of Interface
com.hybris.cockpitng.util.cache.AsyncWarmUpCache
-
Packages that use AsyncWarmUpCache Package Description com.hybris.cockpitng.util.cache com.hybris.cockpitng.widgets.common.explorertree -
-
Uses of AsyncWarmUpCache in com.hybris.cockpitng.util.cache
Classes in com.hybris.cockpitng.util.cache that implement AsyncWarmUpCache Modifier and Type Class Description classWidgetAsyncWarmUpCache<K,V>A asynchronous warm up cache that is bound to particular widget instance. -
Uses of AsyncWarmUpCache in com.hybris.cockpitng.widgets.common.explorertree
Methods in com.hybris.cockpitng.widgets.common.explorertree that return AsyncWarmUpCache Modifier and Type Method Description protected AsyncWarmUpCache<NavigationNode,java.lang.String>ExplorerTreeController. createLabelCache()protected AsyncWarmUpCache<NavigationNode,java.lang.String>ExplorerTreeController. getLabelCache()Methods in com.hybris.cockpitng.widgets.common.explorertree with parameters of type AsyncWarmUpCache Modifier and Type Method Description protected voidExplorerTreeController. warmUpLabelCache(AsyncWarmUpCache<NavigationNode,java.lang.String> labelCache)
-