Class MultiThreadedStaleDataTest
java.lang.Object
de.hybris.platform.regioncache.test.MultiThreadedStaleDataTest
@IntegrationTest
@ContextConfiguration(locations="/test/EHCacheRegionPerformanceTest-context.xml",
inheritLocations=false)
@DirtiesContext(classMode=AFTER_CLASS)
public class MultiThreadedStaleDataTest
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultCacheControllerprotected static final org.apache.log4j.Logger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
controller
-
LOGGER
protected static final org.apache.log4j.Logger LOGGER
-
-
Constructor Details
-
MultiThreadedStaleDataTest
public MultiThreadedStaleDataTest()
-
-
Method Details
-
clean
public void clean() -
cleanEHCache
public static void cleanEHCache() -
changesVisibleVolatile
-
changesVisibleNonVolatile
public void changesVisibleNonVolatile() throws InterruptedException, CacheRegionNotSpecifiedException -
changesToCacheVisibleToOtherThread
public void changesToCacheVisibleToOtherThread(MultiThreadedStaleDataTest.CacheValueFactory factory) throws InterruptedException, CacheRegionNotSpecifiedException
-