Uses of Class
net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Packages that use SimpleLRUCache
-
Uses of SimpleLRUCache in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as SimpleLRUCacheModifier and TypeFieldDescriptionprivate static final SimpleLRUCache<SQLCacheKey,
SQLParser.CachedSQLQuery> SQLParser._Cache
a LRU cache for the last 500 parsed SQL statements