I was wondering if anyone knows about caching caching specifically for responding to API responses?
Ideally, I could declare which caching policy to use for different semantics of the API, for example. cache album for 1 day, favorite cache tweets for 5 minutes, cache cards forever, except that they are not valid when calling this other API.
I know about using Apache, Squid, etc. for caching in general - I just hope for something with a more convenient usage semantics, limiting the purpose of the design to interacting with the API, and not with the network as a whole.
source
share