Interface StatementCacheMBean

All Known Implementing Classes:
StatementCache

public interface StatementCacheMBean
  • Method Details

    • isCachePrepared

      boolean isCachePrepared()
    • isCacheCallable

      boolean isCacheCallable()
    • getMaxCacheSize

      int getMaxCacheSize()
    • getCacheSize

      AtomicInteger getCacheSize()
    • getCacheSizePerConnection

      int getCacheSizePerConnection()