org.jruby.internal.runtime.methods.CacheableMethod Maven / Gradle / Ivy
package org.jruby.internal.runtime.methods;
/**
* Indicates this method implementation can be used to generate a cacheable method
*/
public interface CacheableMethod {
public DynamicMethod getMethodForCaching();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy