Metadata-Version: 2.4
Name: vercel-cache
Version: 0.7.1
Summary: Runtime cache helpers for Vercel Python applications
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx<1,>=0.27.0
Requires-Dist: vercel-headers>=0.7.1
Requires-Dist: vercel-internal-telemetry>=0.7.1
Description-Content-Type: text/markdown

# 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.
