async-cache =========== .. image:: https://img.shields.io/pypi/v/async-cache.svg :target: https://pypi.python.org/pypi/async-cache .. image:: https://img.shields.io/readthedocs/async-cache/latest.svg :target: https://async-cache.readthedocs.io/en/latest/ .. image:: https://img.shields.io/pypi/dm/async-cache :target: https://pypi.python.org/pypi/async-cache **Production-ready asyncio cache with thundering herd protection, batch loading, disk persistence, and comprehensive metrics.** async-cache is a high-performance application-layer cache designed for asyncio-based microservices. It solves critical caching challenges — thundering herd protection, DataLoader batching, cache warming, disk persistence, and AI-agent-aware caching — making it ideal for high-throughput services and agentic AI workflows. .. toctree:: :maxdepth: 2 :caption: Contents guide remote_cache disk_persistence invalidation agent_cache benchmarks real_world_examples migration api tuning Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`