Interface StatementCacheMBean
- All Known Implementing Classes:
StatementCache
public interface StatementCacheMBean
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
-
Method Details
-
isCachePrepared
boolean isCachePrepared() -
isCacheCallable
boolean isCacheCallable() -
getMaxCacheSize
int getMaxCacheSize() -
getCacheSize
AtomicInteger getCacheSize() -
getCacheSizePerConnection
int getCacheSizePerConnection()
-