Uses of Interface
io.higson.runtime.function.groovy.shell.GroovyCache
Packages that use GroovyCache
Package
Description
-
Uses of GroovyCache in io.higson.runtime.flow
Classes in io.higson.runtime.flow that implement GroovyCache -
Uses of GroovyCache in io.higson.runtime.function.groovy.shell
Classes in io.higson.runtime.function.groovy.shell that implement GroovyCacheMethods in io.higson.runtime.function.groovy.shell with parameters of type GroovyCacheModifier and TypeMethodDescriptionCachedGroovyShell.evaluate(GroovyFunction function, groovy.lang.Binding args, GroovyCache customCache) -
Uses of GroovyCache in io.higson.runtime.invoker
Methods in io.higson.runtime.invoker with parameters of type GroovyCacheModifier and TypeMethodDescriptionGroovyFunctionInvoker.invoke(Function function, GroovyCache cache, Object... args)