Class Caches

java.lang.Object
org.jruby.management.Caches
All Implemented Interfaces:
CachesMBean

public class Caches extends Object implements CachesMBean
  • Constructor Details

    • Caches

      public Caches()
  • Method Details

    • getMethodInvalidationCount

      public long getMethodInvalidationCount()
      Specified by:
      getMethodInvalidationCount in interface CachesMBean
    • getConstantInvalidationCount

      public long getConstantInvalidationCount()
      Specified by:
      getConstantInvalidationCount in interface CachesMBean
    • incrementMethodInvalidations

      public long incrementMethodInvalidations()
    • incrementConstantInvalidations

      public long incrementConstantInvalidations()