All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.japkit.el.juel.MethodCache Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
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