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 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()