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
Capabilities.java currently uses a ConcurrentMap to manage a tenant-specific cache for the capabilities statement. This could be updated to use a fhir-cache managed cache with a time-based eviction policy.
The text was updated successfully, but these errors were encountered:
Capabilities.java currently uses a
ConcurrentMap
to manage a tenant-specific cache for the capabilities statement. This could be updated to use afhir-cache
managed cache with a time-based eviction policy.The text was updated successfully, but these errors were encountered: