|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreparedStatementCache | |
|---|---|
| org.ow2.jonas.resource.internal.cm | |
| org.ow2.jonas.resource.internal.cm.sql.cache | |
| Uses of PreparedStatementCache in org.ow2.jonas.resource.internal.cm |
|---|
| Fields in org.ow2.jonas.resource.internal.cm declared as PreparedStatementCache | |
|---|---|
PreparedStatementCache |
ManagedConnectionInfo.pStmts
Prepared statement cache for this ManagedConnection. |
| Uses of PreparedStatementCache in org.ow2.jonas.resource.internal.cm.sql.cache |
|---|
| Classes in org.ow2.jonas.resource.internal.cm.sql.cache that implement PreparedStatementCache | |
|---|---|
class |
AbstractPreparedStatementCacheImpl
Abstract class for the prepared statement cache implementation |
class |
PreparedStatementListCacheImpl
Array cache implementation most recently used element are kept at the end of the list LRU policy for freeing element |
class |
PreparedStatementMapCacheImpl
Map cache implementation A Pstmt key is used to index the entries A LinkedHashMap is used to implement the LRU algorithm when entries must be freed (no more space) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||