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 java.lang.Object implements CacheValueLoader<ScriptExecutablesCacheService.ScriptDTO>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptExecutablesCacheService.ScriptDTOload(CacheKey key)Used 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 Detail
-
load
public ScriptExecutablesCacheService.ScriptDTO load(CacheKey key) throws CacheValueLoadException
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
-
-