56789101112
import railo.runtime.type.Struct; public class ComponentCacheList { public static Struct call(PageContext pc) { ConfigImpl config = (ConfigImpl)pc.getConfig(); return config.listComponentCache(); } }