You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ServerRegistryResourceProvider class implements both FHIRRegistryResourceProvider and FHIRPersistenceInterceptor. Registry resources read from the persistence layer are cached in a tenant/datastore specific cache that gets invalidated on afterCreate, afterUpdate, and afterDelete events. Unfortunately this only works if the Create/update/delete was performed through the same server where the cache resides. In multi-server environments some of the nodes may end up with stale data. The caching feature should be removed from the FHIRRegistryResourceProvider or it should be cache with a time-based eviction policy.
The text was updated successfully, but these errors were encountered:
The
ServerRegistryResourceProvider
class implements bothFHIRRegistryResourceProvider
andFHIRPersistenceInterceptor
. Registry resources read from the persistence layer are cached in a tenant/datastore specific cache that gets invalidated onafterCreate
,afterUpdate
, andafterDelete
events. Unfortunately this only works if the Create/update/delete was performed through the same server where the cache resides. In multi-server environments some of the nodes may end up with stale data. The caching feature should be removed from theFHIRRegistryResourceProvider
or it should be cache with a time-based eviction policy.The text was updated successfully, but these errors were encountered: