接口的使用
com.mysql.cj.CacheAdapter
-
使用CacheAdapter的程序包 程序包 说明 com.mysql.cj com.mysql.cj.util -
-
com.mysql.cj中CacheAdapter的使用
返回CacheAdapter的com.mysql.cj中的方法 修饰符和类型 方法 说明 CacheAdapter<K,V>CacheAdapterFactory. getInstance(Object syncMutex, String url, int cacheMaxSize, int maxKeySize)CacheAdapter<String,QueryInfo>PerConnectionLRUFactory. getInstance(Object syncMutex, String url, int cacheMaxSize, int maxKeySize) -
com.mysql.cj.util中CacheAdapter的使用
返回CacheAdapter的com.mysql.cj.util中的方法 修饰符和类型 方法 说明 CacheAdapter<String,Map<String,String>>PerVmServerConfigCacheFactory. getInstance(Object syncMutex, String url, int cacheMaxSize, int maxKeySize)
-