|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| PreparedStatementCache | Prepared Statement Cache Interface |
| Class Summary | |
|---|---|
| AbstractPreparedStatementCacheImpl | Abstract class for the prepared statement cache implementation |
| PreparedStatementCacheStatistics | Statistics about the prepared statement caches There's one instance of this class per datasource |
| PreparedStatementListCacheImpl | Array cache implementation most recently used element are kept at the end of the list LRU policy for freeing element |
| 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) |
| PreparedStatementMapCacheKey | Cache Key for the 'map' policy |
| Exception Summary | |
|---|---|
| CacheException | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||