Uses of Interface
de.hybris.platform.cache.CacheStatisticsEntry
-
-
Uses of CacheStatisticsEntry in de.hybris.platform.cache
Methods in de.hybris.platform.cache that return types with arguments of type CacheStatisticsEntry Modifier and Type Method Description java.util.Set<? extends CacheStatisticsEntry>Cache. getStatistics(int upperBound, int lowerBound)Returns asSetthe collected cache statistics. -
Uses of CacheStatisticsEntry in de.hybris.platform.cache.impl
Classes in de.hybris.platform.cache.impl that implement CacheStatisticsEntry Modifier and Type Class Description classDefaultCacheStatisticsEntryMethods in de.hybris.platform.cache.impl that return types with arguments of type CacheStatisticsEntry Modifier and Type Method Description java.util.Set<? extends CacheStatisticsEntry>RegionCacheAdapter. getStatistics(int upperBound, int lowerBound)FIXME: verify -
Uses of CacheStatisticsEntry in de.hybris.platform.hac.controller.monitoring
Methods in de.hybris.platform.hac.controller.monitoring that return types with arguments of type CacheStatisticsEntry Modifier and Type Method Description java.util.Set<? extends CacheStatisticsEntry>CacheController. legacyCacheStats(int lowerBound, int upperBound) -
Uses of CacheStatisticsEntry in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade that return types with arguments of type CacheStatisticsEntry Modifier and Type Method Description java.util.Set<? extends CacheStatisticsEntry>HacCacheFacade. getLegacyCacheStatistics(int upperBound, int lowerBound) -
Uses of CacheStatisticsEntry in de.hybris.platform.regioncache
Classes in de.hybris.platform.regioncache that implement CacheStatisticsEntry Modifier and Type Class Description classCacheStatisticsClass keeps statistics for single cache region.
-