Class FHIRTermConfig
- java.lang.Object
-
- org.linuxforhealth.fhir.term.config.FHIRTermConfig
-
public final class FHIRTermConfig extends java.lang.Object
This class is used to manage the runtime configuration of the FHIR terminology module.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isCachingDisabled()
Indicates whether caching is disabled for the FHIR terminology modulestatic void
setCachingDisabled(boolean disabled)
Set the caching disabled configuration property for the FHIR terminology module.
-
-
-
Method Detail
-
setCachingDisabled
public static void setCachingDisabled(boolean disabled)
Set the caching disabled configuration property for the FHIR terminology module.- Parameters:
disabled
- the disabled value to set
-
isCachingDisabled
public static boolean isCachingDisabled()
Indicates whether caching is disabled for the FHIR terminology module- Returns:
- true if caching is disabled for the FHIR terminology module, false otherwise
-
-