de.japkit.el.juel.MethodCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of japkit-juel Show documentation
Show all versions of japkit-juel Show documentation
Include this dependency to use Java EL expressions in your code templates.
package de.japkit.el.juel;
import java.lang.reflect.Method;
import java.util.WeakHashMap;
/**
* Cache for the static methods generated for functions. Key is the function.
*/
@SuppressWarnings("all")
public class MethodCache extends WeakHashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy