Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.ICommonValuesCache
-
Packages that use ICommonValuesCache Package Description org.linuxforhealth.fhir.persistence.jdbc org.linuxforhealth.fhir.persistence.jdbc.cache -
-
Uses of ICommonValuesCache in org.linuxforhealth.fhir.persistence.jdbc
Methods in org.linuxforhealth.fhir.persistence.jdbc that return ICommonValuesCache Modifier and Type Method Description ICommonValuesCache
FHIRPersistenceJDBCCache. getCommonValuesCache()
Getter for the common values cache -
Uses of ICommonValuesCache in org.linuxforhealth.fhir.persistence.jdbc.cache
Classes in org.linuxforhealth.fhir.persistence.jdbc.cache that implement ICommonValuesCache Modifier and Type Class Description class
CommonValuesCacheImpl
Implementation of a cache used for lookups of entities related to tokens, canonicals and code systemsMethods in org.linuxforhealth.fhir.persistence.jdbc.cache that return ICommonValuesCache Modifier and Type Method Description ICommonValuesCache
FHIRPersistenceJDBCCacheImpl. getCommonValuesCache()
Constructors in org.linuxforhealth.fhir.persistence.jdbc.cache with parameters of type ICommonValuesCache Constructor Description FHIRPersistenceJDBCCacheImpl(INameIdCache<java.lang.Integer> resourceTypeCache, IIdNameCache<java.lang.Integer> resourceTypeNameCache, INameIdCache<java.lang.Integer> parameterNameCache, ICommonValuesCache commonValuesCache, ILogicalResourceIdentCache logicalResourceIdentCache)
Public constructor
-