| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.jdbc | |
| com.mysql.cj.util |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PerConnectionLRUFactory.PerConnectionLRU |
| Modifier and Type | Field and Description |
|---|---|
private CacheAdapter<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
NativeSession.serverConfigCache |
| Modifier and Type | Method and Description |
|---|---|
CacheAdapter<K,V> |
CacheAdapterFactory.getInstance(java.lang.Object syncMutex,
java.lang.String url,
int cacheMaxSize,
int maxKeySize) |
CacheAdapter<java.lang.String,QueryInfo> |
PerConnectionLRUFactory.getInstance(java.lang.Object syncMutex,
java.lang.String url,
int cacheMaxSize,
int maxKeySize) |
| Modifier and Type | Field and Description |
|---|---|
private CacheAdapter<java.lang.String,QueryInfo> |
ConnectionImpl.queryInfoCache
A cache of SQL to parsed prepared statement parameters.
|
| Modifier and Type | Field and Description |
|---|---|
private static CacheAdapter<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
PerVmServerConfigCacheFactory.serverConfigCache |
| Modifier and Type | Method and Description |
|---|---|
CacheAdapter<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
PerVmServerConfigCacheFactory.getInstance(java.lang.Object syncMutex,
java.lang.String url,
int cacheMaxSize,
int maxKeySize) |