public class PreparedStatementCache extends LRUCache
Constructor and Description |
---|
PreparedStatementCache(int maxSize)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
cleanupObject(java.lang.Object obj)
Overriden to close the statement
|
protected void cleanupObject(java.lang.Object obj)
cleanupObject
in class LRUCache