de.japkit.el.juel.MethodCache.xtend Maven / Gradle / Ivy
package de.japkit.el.juel
import java.util.WeakHashMap
import java.lang.reflect.Method
/**
* Cache for the static methods generated for functions. Key is the function.
*/
class MethodCache extends WeakHashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy