Interface CacheAdapterFactory<K,V>
- All Known Implementing Classes:
PerConnectionLRUFactory, PerVmServerConfigCacheFactory
public interface CacheAdapterFactory<K,V>
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance(Connection forConn, String url, int cacheMaxSize, int maxKeySize, Properties connectionProperties)
-
Method Details
-
getInstance
CacheAdapter<K,V> getInstance(Connection forConn, String url, int cacheMaxSize, int maxKeySize, Properties connectionProperties) throws SQLException - Throws:
SQLException
-