Interface CompiledScriptCacheService


public interface CompiledScriptCacheService
  • Method Summary

    Modifier and Type
    Method
    Description
    Fetch scripts given the category name of the client library
  • Method Details

    • getCompiledScripts

      List<Script> getCompiledScripts(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