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