All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.aemfd.expeditor.service.CompiledScriptCacheService Maven / Gradle / Ivy

package com.adobe.aemfd.expeditor.service;

import java.util.List;

import org.mozilla.javascript.Script;

public interface CompiledScriptCacheService {

    /**
     * Fetch scripts given the category name of the client library
     * @param name category name of the script
     * @return List of Script for the category name
     */
    public List