Integrations
Connect ocache to your framework and storage stack while keeping its standard Request, Response, and two-method storage primitives.
H3
Register cached handlers directly as h3 routes and use h3 response conversion when needed.
Hono
Adapt a Hono context to ocache's web-standard HTTP event and cache complete responses.
Unstorage
Connect Redis, filesystem, S3, Cloudflare KV, and other drivers through a small storage adapter.
ocache has zero framework or storage dependencies. If your stack works with standard web requests and responses—or implements get and set—it can integrate with the same primitives. See Caching HTTP Handlers and Storage to build your own adapter.