Class CacheKeyTest
- java.lang.Object
-
- de.hybris.platform.regioncache.test.CacheKeyTest
-
@UnitTest @ContextConfiguration(locations="/test/EHCacheRegionPerformanceTest-context.xml") @DirtiesContext(classMode=AFTER_CLASS) public class CacheKeyTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CacheControllercontroller
-
Constructor Summary
Constructors Constructor Description CacheKeyTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcacheKeyUniqnessTest()voidclean()static voidcleanEHCache()voiddifferentTenantKey()voiddifferentTenantLegacyKey()voidflexibleSearchRegistrableKeyTest()Tests if all query types implements proper interfacevoidinit()voidlegacyCacheKeyUniqnessTest()
-
-
-
Field Detail
-
controller
protected CacheController controller
-
-
Method Detail
-
init
public void init()
-
clean
public void clean()
-
cleanEHCache
public static void cleanEHCache()
-
differentTenantLegacyKey
public void differentTenantLegacyKey() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
differentTenantKey
public void differentTenantKey() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
cacheKeyUniqnessTest
public void cacheKeyUniqnessTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
legacyCacheKeyUniqnessTest
public void legacyCacheKeyUniqnessTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
flexibleSearchRegistrableKeyTest
public void flexibleSearchRegistrableKeyTest()
Tests if all query types implements proper interface
-
-