Package net.sourceforge.jtds.jdbc.cache
-
Interface Summary Interface Description StatementCache Interface for a statement cache. -
Class Summary 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 aLinkedHashMap
with a maximum size.SQLCacheKey Cache key for an SQL query, consisting of the query and server type, major and minor version.