cashews

Package — CachingPython 3.7+Intermediate

Async cache framework with decorators and backends

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python; optional: redis)
Install
pip install cashews

Learn by Difficulty

Quick Example

python
# Install: pip install cashews
import cashews

# Basic cashews usage
print(f"Using cashews")
# See documentation for detailed examples

cashews is a third-party package. Async cache framework with decorators and backends. Install with: pip install cashews

Try in Playground

Tags

packagecachingperformancestorage