Long term caching of requests #1693
Answered
by
lovelydinosaur
sidharthv96
asked this question in
Q&A
|
Hi, My first thought was to use the event_hooks to check a cache and return if a value is found. But when I checked the implementation, it didn't seem possible. Is there any other way I can implement this? |
Answered by
lovelydinosaur
Jun 17, 2021
Replies: 1 comment 2 replies
|
Maybe try taking a look at @johtso's httpx-caching package. I've not tried it yet myself, so I don't know what state it's in. Also we oughta get it added to the third party docs. |
2 replies
Answer selected by
sidharthv96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe try taking a look at @johtso's httpx-caching package.
I've not tried it yet myself, so I don't know what state it's in. Also we oughta get it added to the third party docs.