Package railo.runtime.functions.component

Source Code of railo.runtime.functions.component.ComponentCacheList

package railo.runtime.functions.component;

import railo.runtime.PageContext;
import railo.runtime.config.ConfigImpl;
import railo.runtime.type.Struct;

public class ComponentCacheList {
  public static Struct call(PageContext pc) {
    ConfigImpl config = (ConfigImpl)pc.getConfig();
    return config.listComponentCache();
  }
}
TOP

Related Classes of railo.runtime.functions.component.ComponentCacheList

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.