aiocache
Package — CachingPython 3.7+Intermediate
Async caching library: Redis, Memcached, in-memory
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python; optional: redis, memcached)
- Install
pip install aiocache
Learn by Difficulty
Quick Example
python
# Install: pip install aiocache import aiocache # Basic aiocache usage print(f"Using aiocache") # See documentation for detailed examples
aiocache is a third-party package. Async caching library: Redis, Memcached, in-memory. Install with: pip install aiocache
Try in PlaygroundTags
packagecachingperformancestorage