|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
class PerConnectionLRUFactory.PerConnectionLRU
Constructor Summary | |
---|---|
protected |
PerConnectionLRUFactory.PerConnectionLRU(Connection forConnection,
int cacheMaxSize,
int maxKeySize)
|
Method Summary | |
---|---|
PreparedStatement.ParseInfo |
get(java.lang.String key)
|
void |
put(java.lang.String key,
PreparedStatement.ParseInfo value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PerConnectionLRUFactory.PerConnectionLRU(Connection forConnection, int cacheMaxSize, int maxKeySize)
Method Detail |
---|
public PreparedStatement.ParseInfo get(java.lang.String key)
get
in interface CacheAdapter<java.lang.String,PreparedStatement.ParseInfo>
public void put(java.lang.String key, PreparedStatement.ParseInfo value)
put
in interface CacheAdapter<java.lang.String,PreparedStatement.ParseInfo>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |