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
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
The Cache of the Requestor of FLARE should be extended to allow caching on disk rather than only in memory as currently implemented using the Caffeine Cache.
It should be investigated how either Caffeine can be extended to write to disk or how a different tool such as MapDB can be used - see ben-manes/caffeine#168
The Cache should Cache exactly the same key/values as it currently does:
key: SearchRequestString, value:
As part of this issue the new cache should be analysed for performance
The text was updated successfully, but these errors were encountered:
The Cache of the Requestor of FLARE should be extended to allow caching on disk rather than only in memory as currently implemented using the Caffeine Cache.
https://github.com/rwth-imi/flare-query/blob/develop/requestor/src/main/java/de/rwth/imi/flare/requestor/FhirRequestor.java
It should be investigated how either Caffeine can be extended to write to disk or how a different tool such as MapDB can be used - see ben-manes/caffeine#168
The Cache should Cache exactly the same key/values as it currently does:
key: SearchRequestString, value:
As part of this issue the new cache should be analysed for performance
The text was updated successfully, but these errors were encountered: