Smile CDR v2024.08.PRE
On this page:
   46.50    Endpoint Terminology 46.52    FHIR Gateway Configuration   

46.51.1FHIR Gateway Cache

 

The FHIR Gateway Cache configuration category includes the following configurable options:

  • Cache Expiration Seconds

  • Cache Maximum Entries

  • Cache Provider

46.51.2Property: Cache Expiration Seconds

 
Property Name Cache Expiration Seconds
Property Key
Property Type POSITIVE_INTEGER
Description The number of second for cache expiration (Default 300)
Applies to Modules
  • FHIR Gateway REST Endpoint
Default Value 300
Example Property
module.[MODULE_ID].config.pagination_cache.expiration.seconds = 300

46.51.3Property: Cache Maximum Entries

 
Property Name Cache Maximum Entries
Property Key
Property Type POSITIVE_INTEGER
Description The maximum number of responses to store in the cache. This setting only applies to cache type: CAFFEINE.
Applies to Modules
  • FHIR Gateway REST Endpoint
Default Value 5000
Example Property
module.[MODULE_ID].config.pagination_cache.max_size.entries = 5000

46.51.4Property: Cache Provider

 
Property Name Cache Provider
Property Key
Property Type ENUM
Values
  • NONE
  • CAFFEINE
  • INFINISPAN
Description The cache provider: NONE (default) or INFINISPAN or CAFFEINE.
Applies to Modules
  • FHIR Gateway REST Endpoint
Default Value NONE
Example Property
module.[MODULE_ID].config.pagination_cache.type = NONE
   46.50    Endpoint Terminology 46.52    FHIR Gateway Configuration