Package de.hybris.platform.regioncache
Class CacheTestHelper
java.lang.Object
de.hybris.platform.regioncache.CacheTestHelper
Helper class for getting inside cache registry implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregistryEvictionTest(DefaultCacheController controller, CacheRegion region, String[] typeCodes) Helper method.static CacheRegionresolveCacheRegion(DefaultCacheController controller, CacheKey key) static CacheRegionresolveCacheRegion(CacheKey key, boolean forInvalidation, DefaultCacheController controller) static CacheRegionresolveCacheRegion(CacheKey key, DefaultCacheController controller)
-
Constructor Details
-
CacheTestHelper
public CacheTestHelper()
-
-
Method Details
-
registryEvictionTest
public static void registryEvictionTest(DefaultCacheController controller, CacheRegion region, String[] typeCodes) throws CacheRegionNotSpecifiedException, CacheValueLoadException Helper method. TODO: To be moved somewhere else. -
resolveCacheRegion
public static CacheRegion resolveCacheRegion(CacheKey key, boolean forInvalidation, DefaultCacheController controller) -
resolveCacheRegion
-
resolveCacheRegion
-