Uses of Class
org.postgresql.util.LruCache
-
Packages that use LruCache Package Description org.postgresql.core org.postgresql.jdbc -
-
Uses of LruCache in org.postgresql.core
Methods in org.postgresql.core that return LruCache Modifier and Type Method Description LruCache<FieldMetadata.Key,FieldMetadata>
BaseConnection. getFieldMetadataCache()
Return metadata cache for given connection. -
Uses of LruCache in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return LruCache Modifier and Type Method Description LruCache<FieldMetadata.Key,FieldMetadata>
PgConnection. getFieldMetadataCache()
-