Class DefaultAsCacheStrategyTest
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.strategies.impl.DefaultAsCacheStrategyTest
-
@UnitTest public class DefaultAsCacheStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultAsCacheStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetWithCacheDisabled()voidgetWithCacheEnabled()voidgetWithCalculationCacheDisabled()voidgetWithCalculationCacheEnabled()voidgetWithLoadCacheDisabled()voidgetWithLoadCacheEnabled()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
getWithCacheEnabled
public void getWithCacheEnabled()
-
getWithCacheDisabled
public void getWithCacheDisabled()
-
getWithLoadCacheEnabled
public void getWithLoadCacheEnabled()
-
getWithLoadCacheDisabled
public void getWithLoadCacheDisabled()
-
getWithCalculationCacheEnabled
public void getWithCalculationCacheEnabled()
-
getWithCalculationCacheDisabled
public void getWithCalculationCacheDisabled()
-
-