You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A flexible, Dockerized caching system for Django with multiple layers: In-Memory, Memcached, and Redis. It supports caching responses from any API or data source with configurable TTLs and layer order via .env. The cache automatically populates missing values by calling a user-provided fetch function.