Package com.mysql.cj
Interface CacheAdapterFactory<K,V>
- All Known Implementing Classes:
PerConnectionLRUFactory
,PerVmServerConfigCacheFactory
public interface CacheAdapterFactory<K,V>
-
Method Summary
Modifier and Type Method Description CacheAdapter<K,V>
getInstance(java.lang.Object syncMutex, java.lang.String url, int cacheMaxSize, int maxKeySize)
-
Method Details
-
getInstance
CacheAdapter<K,V> getInstance(java.lang.Object syncMutex, java.lang.String url, int cacheMaxSize, int maxKeySize)
-