Metadata-Version: 2.4
Name: vercel-cache-bundle
Version: 0.7.1
Summary: Runtime cache helpers for Vercel Python applications
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: vercel-headers-bundle>=0.7.1
Requires-Dist: vercel-internal-shared-vendored-deps>=0.1.0
Requires-Dist: vercel-internal-telemetry-bundle>=0.7.1
Description-Content-Type: text/markdown

# vercel-cache-bundle

This is a version of `vercel-cache` with third-party dependencies bundled. For normal use, install the unbundled `vercel-cache` package instead: https://pypi.org/project/vercel-cache/

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