Uses of Class
org.ow2.jonas.resource.internal.cm.sql.cache.AbstractPreparedStatementCacheImpl

Packages that use AbstractPreparedStatementCacheImpl
org.ow2.jonas.resource.internal.cm.sql.cache   
 

Uses of AbstractPreparedStatementCacheImpl in org.ow2.jonas.resource.internal.cm.sql.cache
 

Subclasses of AbstractPreparedStatementCacheImpl in org.ow2.jonas.resource.internal.cm.sql.cache
 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)
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.