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

org.jruby.management.MethodCacheMBean Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
package org.jruby.management;

public interface MethodCacheMBean {
    public int getAddCount();
    public int getRemoveCount();
    public int getModuleIncludeCount();
    public int getModuleTriggeredRemoveCount();
    public int getFlushCount();
    public int getCallSiteCount();
    public int getFailedCallSiteCount();
    public void flush();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy