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
Fields in org.postgresql.core declared as LruCache Modifier and Type Field Description private LruCache<java.lang.Object,CachedQuery>
QueryExecutorBase. statementCache
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
Fields in org.postgresql.jdbc declared as LruCache Modifier and Type Field Description private LruCache<FieldMetadata.Key,FieldMetadata>
PgConnection. fieldMetadataCache
Methods in org.postgresql.jdbc that return LruCache Modifier and Type Method Description LruCache<FieldMetadata.Key,FieldMetadata>
PgConnection. getFieldMetadataCache()
-