Package de.hybris.platform.regioncache
Class CacheTestHelper
- java.lang.Object
-
- de.hybris.platform.regioncache.CacheTestHelper
-
public final class CacheTestHelper extends java.lang.ObjectHelper class for getting inside cache registry implementation.
-
-
Constructor Summary
Constructors Constructor Description CacheTestHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregistryEvictionTest(DefaultCacheController controller, CacheRegion region, java.lang.String[] typeCodes)Helper method.static CacheRegionresolveCacheRegion(DefaultCacheController controller, CacheKey key)static CacheRegionresolveCacheRegion(CacheKey key, boolean forInvalidation, DefaultCacheController controller)static CacheRegionresolveCacheRegion(CacheKey key, DefaultCacheController controller)
-
-
-
Method Detail
-
registryEvictionTest
public static void registryEvictionTest(DefaultCacheController controller, CacheRegion region, java.lang.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
public static CacheRegion resolveCacheRegion(CacheKey key, DefaultCacheController controller)
-
resolveCacheRegion
public static CacheRegion resolveCacheRegion(DefaultCacheController controller, CacheKey key)
-
-