This fix removes the FetchAPI caching logic for token pair liquidity because the calculated liquidity starting with cached value may be wrong.
- possibly there is a race condition that saves the wrong state
- it was found that new Response headers did not affect cache time: the fetchAPI caches the Response value indefinitely
This fix removes the FetchAPI caching logic for token pair liquidity because the calculated liquidity starting with cached value may be wrong.