Class RegionCacheAdapterTest
- java.lang.Object
-
- de.hybris.platform.regioncache.test.RegionCacheAdapterTest
-
@UnitTest @ContextConfiguration(locations="/test/OneRegionTestEHCacheRegion-context.xml") @DirtiesContext(classMode=AFTER_CLASS) public class RegionCacheAdapterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RegionCacheAdapterTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()static voidcleanEHCache()voidcontrollerCallbackCntTest()No matter how many RegionCacheAdapter-s created only one registers callbackvoidjaloTypeCacheKeyTest()voidresetLocalTxCacheAdapter()
-
-
-
Method Detail
-
clean
public void clean()
-
cleanEHCache
public static void cleanEHCache()
-
resetLocalTxCacheAdapter
public void resetLocalTxCacheAdapter()
-
controllerCallbackCntTest
public void controllerCallbackCntTest()
No matter how many RegionCacheAdapter-s created only one registers callback
-
jaloTypeCacheKeyTest
public void jaloTypeCacheKeyTest()
-
-