Package net.sourceforge.jtds.jdbc.cache
package net.sourceforge.jtds.jdbc.cache
-
ClassDescriptionLRU cache for procedures and statement handles.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.Cache key for an SQL query, consisting of the query and server type, major and minor version.Interface for a statement cache.