### Describe the feature A driver for interfacing with the Cloudflare Workers Cache runtime API - https://developers.cloudflare.com/workers/runtime-apis/cache/ - https://developers.cloudflare.com/workers/examples/cache-api/ The API allows: - `getItem` - `hasItem` via `getItem` - `setItem` - `removeItem` `getItems` is not supported using Cloudflare's implementation of the cache API. ### Additional information - [x] Would you be willing to help implement this feature?