When I use the requests_cache library with the requests_futures library, it works great. However, when I try to make a request without using the cache:
with requests_cache.disabled():
rq = session.get(url)
it doesn't work:
rq.result().from_cache
True