Class RegionCachePerformanceTest
java.lang.Object
de.hybris.platform.regioncache.test.RegionCachePerformanceTest
@PerformanceTest
@ContextConfiguration(locations="/test/EHCacheRegionPerformanceTest-context.xml")
@DirtiesContext(classMode=AFTER_CLASS)
public class RegionCachePerformanceTest
extends Object
RegionCache performance tests
-
Constructor Details
-
RegionCachePerformanceTest
public RegionCachePerformanceTest()
-
-
Method Details
-
init
public void init() -
clean
public void clean() -
cleanEHCache
public static void cleanEHCache() -
fillBigEmptyCacheTest
public void fillBigEmptyCacheTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException -
fillMediumEmptyCacheTest
public void fillMediumEmptyCacheTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException -
hitBigNotEmptyCacheTest
public void hitBigNotEmptyCacheTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException -
allGetsAreHitsTest
-
noGetIsHitTest
-