Class CacheControllerTwoRegionsTest
- java.lang.Object
-
- de.hybris.platform.regioncache.test.CacheControllerTwoRegionsTest
-
@UnitTest @ContextConfiguration(locations="/test/CacheControllerTwoRegionsTest-context.xml") @DirtiesContext(classMode=AFTER_CLASS) public class CacheControllerTwoRegionsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheControllerTwoRegionsTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()static voidcleanEHCache()voidevictionTest()voidinit()voidinvalidationTest()voidsimpleGetTest()
-
-
-
Method Detail
-
init
public void init()
-
clean
public void clean()
-
cleanEHCache
public static void cleanEHCache()
-
simpleGetTest
public void simpleGetTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
evictionTest
public void evictionTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
invalidationTest
public void invalidationTest() throws CacheRegionNotSpecifiedException, CacheValueLoadException
-
-