
# Integrations

Connect ocache to your framework and storage stack while keeping its standard `Request`, `Response`, and two-method storage primitives.

::card-group{cols="3"}
::card{title="H3" description="Register cached handlers directly as h3 routes and use h3 response conversion when needed." icon="lucide:zap" to="/integrations/h3"}
::
::card{title="Hono" description="Adapt a Hono context to ocache's web-standard HTTP event and cache complete responses." icon="simple-icons:hono" to="/integrations/hono"}
::
::card{title="Unstorage" description="Connect Redis, filesystem, S3, Cloudflare KV, and other drivers through a small storage adapter." icon="lucide:hard-drive" to="/integrations/unstorage"}
::
::

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](/docs/handler) and [Storage](/docs/storage) to build your own adapter.
