Uses of Class
org.apache.sis.metadata.sql.CacheKey
Packages that use CacheKey
Package
Description
An implementation of Metadata interfaces
fetching the data from an SQL database.
-
Uses of CacheKey in org.apache.sis.metadata.sql
Fields in org.apache.sis.metadata.sql with type parameters of type CacheKeyModifier and TypeFieldDescriptionprivate final WeakValueHashMap
<CacheKey, Object> MetadataSource.pool
The objects which have been created by a previous call toMetadataSource.lookup(Class, String)
.