dogpile.cache

Package — CachingPython 3.7+Intermediate

Caching API with pluggable backends (Memcached, Redis, file)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
decorator, stevedore
Install
pip install dogpile.cache

Learn by Difficulty

Quick Example

python
# Install: pip install dogpile.cache
import dogpile.cache

# Basic dogpile.cache usage
print(f"Using dogpile.cache")
# See documentation for detailed examples

dogpile.cache is a third-party package. Caching API with pluggable backends (Memcached, Redis, file). Install with: pip install dogpile.cache

Try in Playground

Tags

packagecachingperformancestorage