Uses of Interface
com.hybris.cockpitng.labels.impl.LabelServiceCache
-
Packages that use LabelServiceCache Package Description com.hybris.cockpitng.labels.impl -
-
Uses of LabelServiceCache in com.hybris.cockpitng.labels.impl
Classes in com.hybris.cockpitng.labels.impl that implement LabelServiceCache Modifier and Type Class Description classDefaultLabelServiceCacheDefault implementation of label service cache that usesHashedMapto persist values.classNoCacheLabelServiceCacheA label service cache that does not cache values and directly calls default value supplierMethods in com.hybris.cockpitng.labels.impl that return LabelServiceCache Modifier and Type Method Description protected LabelServiceCacheDefaultLabelService. getLabelServiceCache()Methods in com.hybris.cockpitng.labels.impl with parameters of type LabelServiceCache Modifier and Type Method Description voidDefaultLabelService. setLabelServiceCache(LabelServiceCache labelServiceCache)
-