com.alibaba.druid.pool
类 PreparedStatementPool.LRUCache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder>
com.alibaba.druid.pool.PreparedStatementPool.LRUCache
- 所有已实现的接口:
- Serializable, Cloneable, Map<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder>
- 包容类:
- PreparedStatementPool
public class PreparedStatementPool.LRUCache
- extends LinkedHashMap<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder>
- 另请参见:
- 序列化表格
| 从接口 java.util.Map 继承的方法 |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
PreparedStatementPool.LRUCache
public PreparedStatementPool.LRUCache(int maxSize)
Copyright © 2013 Alibaba Group. All Rights Reserved.