Class TestCacheValueLoader
java.lang.Object
de.hybris.platform.regioncache.test.TestCacheValueLoader
- All Implemented Interfaces:
CacheValueLoader
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestCacheValueLoader
public TestCacheValueLoader() -
TestCacheValueLoader
-
-
Method Details
-
load
Description copied from interface:CacheValueLoaderUsed by cache region to load missing value.
This method does not have to be thread safe.
If CacheValueLoadException thrown unit is not added to cache.- Specified by:
loadin interfaceCacheValueLoader- Throws:
CacheValueLoadException
-
getLoads
public int getLoads() -
getVal
-