The Cloudflare KV namespace binding
Key prefix to isolate cache entries. Default: "hc:"
Retrieve an entry by key from KV. Returns null when missing.
Store an entry in KV with automatic expirationTtl derived from entry.expiresAt.
Remove an entry by key from KV.
List all cached keys currently stored in KV.
Remove all cached entries from KV.
Cloudflare Workers KV storage adapter. Uses KV's built-in expirationTtl for automatic TTL-based eviction.