Runtime cache helpers for Vercel Python applications
Project Links
Meta
Requires Python: >=3.10
Classifiers
Cache
vercel.cache exposes runtime cache helpers for Vercel Python applications.
Use get_cache() for synchronous code and vercel.cache.aio.get_cache() for
async code. When runtime cache environment variables are unavailable, cache
operations fall back to an in-memory cache.
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
httpx
(<1,>=0.27.0)
vercel-headers
(>=0.7.1)
vercel-internal-telemetry
(>=0.7.1)