Class CacheStatisticsHelper
java.lang.Object
de.hybris.platform.regioncache.helper.CacheStatisticsHelper
Class to help in analyzing regioncache statistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ItemDeploymentgetItemDeployment(int typeCode, PersistenceManager persistenceManager) protected StringgetTypeNameForTc(int typeCode, TypeManager typeManager) returns real type name for each "numeric" type.
-
Constructor Details
-
CacheStatisticsHelper
public CacheStatisticsHelper()
-
-
Method Details
-
getCacheRegions
-
getTypeNames
returns real type name for each "numeric" type. -
getItemDeployment
- Parameters:
typeCode- type codepersistenceManager-- Returns:
- item deployment to get name from
-
getTypeNameForTc
- Parameters:
typeCode- type codetypeManager-- Returns:
- type name for type code specified
-