public class PerConnectionLRUFactory extends java.lang.Object implements CacheAdapterFactory<java.lang.String,PreparedStatement.ParseInfo>
Modifier and Type | Class and Description |
---|---|
(package private) class |
PerConnectionLRUFactory.PerConnectionLRU |
Constructor and Description |
---|
PerConnectionLRUFactory() |
Modifier and Type | Method and Description |
---|---|
CacheAdapter<java.lang.String,PreparedStatement.ParseInfo> |
getInstance(Connection forConnection,
java.lang.String url,
int cacheMaxSize,
int maxKeySize,
java.util.Properties connectionProperties) |
public CacheAdapter<java.lang.String,PreparedStatement.ParseInfo> getInstance(Connection forConnection, java.lang.String url, int cacheMaxSize, int maxKeySize, java.util.Properties connectionProperties) throws java.sql.SQLException
getInstance
in interface CacheAdapterFactory<java.lang.String,PreparedStatement.ParseInfo>
java.sql.SQLException