Caching web API proxy?
Posted
by Jeremy Dunck
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Dunck
Published on 2010-04-29T14:17:08Z
Indexed on
2010/05/01
8:17 UTC
Read the original article
Hit count: 442
I was wondering if anyone knows of a caching proxy specifically for dealing with API responses?
Ideally, I'd be able to declare what caching policy to use for different API semantics, e.g. cache album art for 1 day, cache favorite tweets for 5 minutes, cache map tiles forever, except invalidate when this other API is called.
I know about using Apache, Squid, etc for caching in general -- I'm just hoping for something with nicer usage semantics by restricting the design goal to dealing with APIs rather than the web in general.
© Stack Overflow or respective owner