Refactor TerraWsmClient configuration and instantiation to remove duplicate cache #441
Labels
bug
Something isn't working
Code Quality Improvements
Make code make code more readable, maintainable, prevent bugs, improve security
TES Priority: P3
Groomed to a Priority 3 issue
up for grabs
Available for community contributions. Please ask in the issue if you'd like to implement it
Milestone
TES' cache is created here:
ga4gh-tes/src/TesApi.Web/Startup.cs
Line 79 in cf39c62
But TerraWsmApiClient creates another one:
ga4gh-tes/src/Tes.ApiClients/TerraWsmApiClient.cs
Line 22 in cf39c62
Make any changes required so that there is only one instance of
IMemoryCache
The text was updated successfully, but these errors were encountered: