Class TestCacheKeyFactory
- java.lang.Object
-
- de.hybris.platform.regioncache.test.TestCacheKeyFactory
-
public class TestCacheKeyFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestCacheKeyFactory.TestLegacyCacheKeyWithLoader
-
Constructor Summary
Constructors Constructor Description TestCacheKeyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.hybris.platform.regioncache.test.TestCacheKeyFactory.TestRegistrableCacheKeycreate(java.lang.Object keyName, java.lang.String[] dependentTypes)de.hybris.platform.regioncache.test.TestCacheKeyFactory.TestRegistrableCacheKeycreate(java.lang.Object keyName, java.lang.String tenant, java.lang.String[] dependentTypes)TestCacheKeyFactory.TestLegacyCacheKeyWithLoadercreateEntityKey(java.lang.String typeCode, java.lang.String tenantId)TestLoadableRegistrableCacheTestKeycreateLoadableKey(java.lang.String tenantId, java.lang.String[] dependentTypes)
-
-
-
Method Detail
-
createLoadableKey
public TestLoadableRegistrableCacheTestKey createLoadableKey(java.lang.String tenantId, java.lang.String[] dependentTypes)
-
createEntityKey
public TestCacheKeyFactory.TestLegacyCacheKeyWithLoader createEntityKey(java.lang.String typeCode, java.lang.String tenantId)
-
create
public de.hybris.platform.regioncache.test.TestCacheKeyFactory.TestRegistrableCacheKey create(java.lang.Object keyName, java.lang.String tenant, java.lang.String[] dependentTypes)
-
create
public de.hybris.platform.regioncache.test.TestCacheKeyFactory.TestRegistrableCacheKey create(java.lang.Object keyName, java.lang.String[] dependentTypes)
-
-