Class DefaultScriptingLanguagesService.URIScriptExecutableLoader
java.lang.Object
de.hybris.platform.scripting.engine.impl.DefaultScriptingLanguagesService.URIScriptExecutableLoader
- All Implemented Interfaces:
CacheValueLoader<ScriptExecutablesCacheService.ScriptDTO>
- Enclosing class:
- DefaultScriptingLanguagesService
public class DefaultScriptingLanguagesService.URIScriptExecutableLoader
extends Object
implements CacheValueLoader<ScriptExecutablesCacheService.ScriptDTO>
-
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.
-
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<ScriptExecutablesCacheService.ScriptDTO>- Throws:
CacheValueLoadException
-