Uses of Class
org.postgresql.util.LruCache
Packages that use LruCache
-
Uses of LruCache in org.postgresql.core
Fields in org.postgresql.core declared as LruCacheModifier and TypeFieldDescriptionprivate final LruCache<Object,
CachedQuery> QueryExecutorBase.statementCache
Methods in org.postgresql.core that return LruCacheModifier and TypeMethodDescriptionBaseConnection.getFieldMetadataCache()
Return metadata cache for given connection. -
Uses of LruCache in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as LruCacheModifier and TypeFieldDescriptionprivate final LruCache<FieldMetadata.Key,
FieldMetadata> PgConnection.fieldMetadataCache
Methods in org.postgresql.jdbc that return LruCache