Interface CompiledScriptCacheService
-
public interface CompiledScriptCacheService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Script>
getCompiledScripts(java.lang.String name)
Fetch scripts given the category name of the client library
-
-
-
Method Detail
-
getCompiledScripts
java.util.List<Script> getCompiledScripts(java.lang.String name)
Fetch scripts given the category name of the client library- Parameters:
name
- category name of the script- Returns:
- List of Script for the category name
-
-