Package de.hybris.platform.cache
Class CachePerformanceTest
java.lang.Object
de.hybris.platform.cache.CachePerformanceTest
@PerformanceTest
@ContextConfiguration(locations="/test/EHCacheRegionPerformanceTest-context.xml")
@DirtiesContext(classMode=AFTER_CLASS)
public class CachePerformanceTest
extends Object
RegionCache performance tests
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CachePerformanceTest
public CachePerformanceTest()
-
-
Method Details
-
clean
public void clean() -
testOldCache
public void testOldCache() -
testRegionCachePerformance
public void testRegionCachePerformance() -
testConcurrentHashMap
public void testConcurrentHashMap() -
testConcurrentLinkedHashMap
public void testConcurrentLinkedHashMap()
-