Interface CompiledScriptCacheService
public interface CompiledScriptCacheService
-
Method Summary
Modifier and TypeMethodDescriptiongetCompiledScripts(String name) Fetch scripts given the category name of the client library
-
Method Details
-
getCompiledScripts
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
-