| Interface | Description | 
|---|---|
| StatementCache | Interface for a statement cache. | 
| Class | Description | 
|---|---|
| ProcedureCache | LRU cache for procedures and statement handles. | 
| ProcedureCache.CacheEntry | Encapsulates the cached Object and implements the linked list used to
 implement the LRU logic. | 
| SimpleLRUCache<K,V> |  Simple LRU cache for any type of object, based on a  LinkedHashMapwith a maximum size. | 
| SQLCacheKey | Cache key for an SQL query, consisting of the query and server type, major
 and minor version. | 
Generated on June 8 2013