com.alibaba.druid.pool
Class 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
- All Implemented Interfaces:
- Serializable, Cloneable, Map<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder>
- Enclosing class:
- PreparedStatementPool
public class PreparedStatementPool.LRUCache
- extends LinkedHashMap<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder>
- See Also:
- Serialized Form
| Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
PreparedStatementPool.LRUCache
public PreparedStatementPool.LRUCache(int maxSize)
Copyright © 2012 Alibaba Group. All Rights Reserved.