Class RenderingCacheValueLoader
java.lang.Object
de.hybris.platform.cmsfacades.rendering.cache.dto.RenderingCacheValueLoader
- All Implemented Interfaces:
CacheValueLoader<Serializable>
Loader to provide a missing cache value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsed 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.
-
Constructor Details
-
RenderingCacheValueLoader
-
-
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<Serializable>- Throws:
CacheValueLoadException
-