Uses of Interface
de.hybris.platform.cache.CacheStatisticsEntry
Packages that use CacheStatisticsEntry
Package
Description
-
Uses of CacheStatisticsEntry in de.hybris.platform.cache
Methods in de.hybris.platform.cache that return types with arguments of type CacheStatisticsEntryModifier and TypeMethodDescriptionSet<? 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 CacheStatisticsEntryMethods in de.hybris.platform.cache.impl that return types with arguments of type CacheStatisticsEntryModifier and TypeMethodDescriptionSet<? extends CacheStatisticsEntry>RegionCacheAdapter.getStatistics(int upperBound, int lowerBound) -
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 CacheStatisticsEntryModifier and TypeMethodDescriptionSet<? 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 CacheStatisticsEntryModifier and TypeMethodDescriptionSet<? extends CacheStatisticsEntry>HacCacheFacade.getLegacyCacheStatistics(int upperBound, int lowerBound) -
Uses of CacheStatisticsEntry in de.hybris.platform.regioncache
Classes in de.hybris.platform.regioncache that implement CacheStatisticsEntryModifier and TypeClassDescriptionclassClass keeps statistics for single cache region.