Class GlobalCache
java.lang.Object
io.higson.runtime.function.groovy.shell.GlobalCache
- All Implemented Interfaces:
GroovyCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()get(GroovyFunction key) voidput(GroovyFunction key, CompiledGroovyFunction function)
-
Constructor Details
-
GlobalCache
public GlobalCache()
-
-
Method Details
-
get
- Specified by:
getin interfaceGroovyCache
-
put
- Specified by:
putin interfaceGroovyCache
-
clear
public void clear()
-