| org.jboss.resource.adapter.jdbc.PreparedStatementCache
PreparedStatementCache | public class PreparedStatementCache extends LRUCachePolicy (Code) | | LRU cache for PreparedStatements. When ps ages out, close it.
author: Bill Burke author: Adrian Brock author: Scott.Stark@jboss.org version: $Revision: 57189 $ |
Inner Class :public static class Key | |
Method Summary | |
protected void | ageOut(LRUCachePolicy.LRUCacheEntry entry) |
PreparedStatementCache | public PreparedStatementCache(int max)(Code) | | |
ageOut | protected void ageOut(LRUCachePolicy.LRUCacheEntry entry)(Code) | | |
|
|