Long term caching of requests #1693
-
|
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.