Class OneRegionTestDefaultLRUCacheRegion
- java.lang.Object
-
- de.hybris.platform.regioncache.test.AbstractCacheControllerOneRegionTest
-
- de.hybris.platform.regioncache.test.OneRegionTestDefaultLRUCacheRegion
-
@UnitTest @ContextConfiguration(locations="/test/OneRegionTestDefaultLRUCacheRegion-context.xml", inheritLocations=false) @DirtiesContext(classMode=AFTER_CLASS) public class OneRegionTestDefaultLRUCacheRegion extends AbstractCacheControllerOneRegionTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.regioncache.test.AbstractCacheControllerOneRegionTest
cacheKeyFactory, controller, LOGGER, region
-
-
Constructor Summary
Constructors Constructor Description OneRegionTestDefaultLRUCacheRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevictionTest()Tests if: cache evicts values [no registry]voidstatsTest()-
Methods inherited from class de.hybris.platform.regioncache.test.AbstractCacheControllerOneRegionTest
choosingRegionTest, clean, cleanEHCache, concurrentValuePutTest, init, initialize, invalidateKeyTest, invalidationTest, invalidationTestWithFilter, multitenantCacheRegistryTest, statsTypesTest, valuePutTest
-
-
-
-
Method Detail
-
statsTest
public void statsTest()
- Overrides:
statsTestin classAbstractCacheControllerOneRegionTest
-
evictionTest
public void evictionTest() throws CacheRegionNotSpecifiedException, CacheValueLoadExceptionDescription copied from class:AbstractCacheControllerOneRegionTestTests if: cache evicts values [no registry]- Overrides:
evictionTestin classAbstractCacheControllerOneRegionTest- Throws:
CacheRegionNotSpecifiedExceptionCacheValueLoadException
-
-