| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.conf | |
| com.mysql.cj.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private LRUCache<java.lang.String,QueryInfo> |
PerConnectionLRUFactory.PerConnectionLRU.cache |
| Modifier and Type | Field and Description |
|---|---|
private static LRUCache<java.lang.String,ConnectionUrl> |
ConnectionUrl.connectionUrlCache |
| Modifier and Type | Field and Description |
|---|---|
private LRUCache<ConnectionImpl.CompoundCacheKey,CallableStatement.CallableStatementParamInfo> |
ConnectionImpl.parsedCallableStatementCache |
protected LRUCache<java.lang.String,CachedResultSetMetaData> |
ConnectionImpl.resultSetMetadataCache
Cache of ResultSet metadata
|
private LRUCache<ConnectionImpl.CompoundCacheKey,ServerPreparedStatement> |
ConnectionImpl.serverSideStatementCache |
private LRUCache<java.lang.String,java.lang.Boolean> |
ConnectionImpl.serverSideStatementCheckCache |