Uses of Class
de.hybris.platform.regioncache.CacheStatistics
-
Packages that use CacheStatistics Package Description de.hybris.platform.regioncache.region de.hybris.platform.regioncache.region.impl -
-
Uses of CacheStatistics in de.hybris.platform.regioncache.region
Methods in de.hybris.platform.regioncache.region that return CacheStatistics Modifier and Type Method Description CacheStatisticsCacheRegion. getCacheRegionStatistics()Gets statistics for current region. -
Uses of CacheStatistics in de.hybris.platform.regioncache.region.impl
Fields in de.hybris.platform.regioncache.region.impl declared as CacheStatistics Modifier and Type Field Description protected CacheStatisticsAbstractMapBasedCacheRegion. statsprotected CacheStatisticsDefaultCacheRegion. statsprotected CacheStatisticsEHCacheRegion. statsMethods in de.hybris.platform.regioncache.region.impl that return CacheStatistics Modifier and Type Method Description protected CacheStatisticsEHCacheRegion. createCacheStatistics()CacheStatisticsAbstractMapBasedCacheRegion. getCacheRegionStatistics()CacheStatisticsDefaultCacheRegion. getCacheRegionStatistics()CacheStatisticsEHCacheRegion. getCacheRegionStatistics()Constructors in de.hybris.platform.regioncache.region.impl with parameters of type CacheStatistics Constructor Description AbstractMapBasedCacheRegion(java.lang.String name, CacheStatistics stats, boolean statsEnabled)DefaultCacheRegion(java.lang.String name, CacheMap cacheMap, CacheStatistics stats, java.lang.String[] handledTypes)DefaultCacheRegion(java.lang.String name, CacheMap cacheMap, CacheStatistics stats, java.lang.String[] handledTypes, boolean exclusiveComputation, boolean statsEnabled)LRUCacheRegion(java.lang.String name, CacheStatistics stats, boolean statsEnabled, int maxEntries, com.googlecode.concurrentlinkedhashmap.Weigher<java.lang.Object> weigher)UnlimitedCacheRegion(java.lang.String name, CacheStatistics stats, boolean statsEnabled)
-