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.AbstractMap 继承的嵌套类/接口
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
构造方法摘要
PreparedStatementPool.LRUCache(int maxSize)
           
 
方法摘要
 
从类 java.util.LinkedHashMap 继承的方法
clear, containsValue, get
 
从类 java.util.HashMap 继承的方法
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
从类 java.util.AbstractMap 继承的方法
equals, hashCode, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 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.