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 java.lang.Object
RegionCache performance tests
-
-
Constructor Summary
Constructors Constructor Description RegionCachePerformanceTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidallGetsAreHitsTest()voidclean()static voidcleanEHCache()voidfillBigEmptyCacheTest()voidfillMediumEmptyCacheTest()voidhitBigNotEmptyCacheTest()voidinit()voidnoGetIsHitTest()
-
-
-
Method Detail
-
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
public void allGetsAreHitsTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
noGetIsHitTest
public void noGetIsHitTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
-