Package org.jruby.management
Class Caches
java.lang.Object
org.jruby.management.Caches
- All Implemented Interfaces:
CachesMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
-
Constructor Details
-
Caches
public Caches()
-
-
Method Details
-
getMethodInvalidationCount
public long getMethodInvalidationCount()- Specified by:
getMethodInvalidationCount
in interfaceCachesMBean
-
getConstantInvalidationCount
public long getConstantInvalidationCount()- Specified by:
getConstantInvalidationCount
in interfaceCachesMBean
-
incrementMethodInvalidations
public long incrementMethodInvalidations() -
incrementConstantInvalidations
public long incrementConstantInvalidations()
-