connor4312 / cockatiel

🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
MIT License
1.59k stars 50 forks source link

Add caching policy #88

Closed shdarrina closed 8 months ago

shdarrina commented 8 months ago

It would be really cool if we could use cockatiel for caching as well. Just an idea.

connor4312 commented 8 months ago

There was some previous discussion here https://github.com/connor4312/cockatiel/issues/63