wt.cache
Interface ICacheManagerMBean

All Known Subinterfaces:
ICacheManagerClassicMBean

public interface ICacheManagerMBean

Instrumented cache management interface

Supported API: true

Extendable: true


Method Summary
 int getCacheEntryCount()
          Count of entires in the cache

Supported API: true
 int getCacheHits()
          Number of cache hits

Supported API: true
 int getCacheMisses()
          Number of cache misses

Supported API: true
 int getCacheSize()
          Configured cache size

Supported API: true
 

Method Detail

getCacheEntryCount

int getCacheEntryCount()
Count of entires in the cache

Supported API: true


getCacheSize

int getCacheSize()
Configured cache size

Supported API: true


getCacheHits

int getCacheHits()
Number of cache hits

Supported API: true


getCacheMisses

int getCacheMisses()
Number of cache misses

Supported API: true