Interface StatementCacheMBean

  • All Known Implementing Classes:
    StatementCache

    public interface StatementCacheMBean
    • Method Detail

      • isCachePrepared

        boolean isCachePrepared()
      • isCacheCallable

        boolean isCacheCallable()
      • getMaxCacheSize

        int getMaxCacheSize()
      • getCacheSize

        java.util.concurrent.atomic.AtomicInteger getCacheSize()
      • getCacheSizePerConnection

        int getCacheSizePerConnection()