Uses of Class
com.hybris.cockpitng.util.cache.WidgetAsyncWarmUpCache.WarmUpOperation
-
Packages that use WidgetAsyncWarmUpCache.WarmUpOperation Package Description com.hybris.cockpitng.util.cache -
-
Uses of WidgetAsyncWarmUpCache.WarmUpOperation in com.hybris.cockpitng.util.cache
Methods in com.hybris.cockpitng.util.cache that return WidgetAsyncWarmUpCache.WarmUpOperation Modifier and Type Method Description protected WidgetAsyncWarmUpCache.WarmUpOperationWidgetAsyncWarmUpCache. createOperation(java.util.Iterator<java.util.Collection<K>> keys, java.util.function.Function<K,V> values)Methods in com.hybris.cockpitng.util.cache with parameters of type WidgetAsyncWarmUpCache.WarmUpOperation Modifier and Type Method Description protected voidWidgetAsyncWarmUpCache. registerWarmingUpOperation(WidgetAsyncWarmUpCache.WarmUpOperation operation)protected voidWidgetAsyncWarmUpCache. unregisterWarmingUpOperation(WidgetAsyncWarmUpCache.WarmUpOperation operation)
-