Framework & Ecosystem Integrations
TriCache provides first-party, zero-glue-code packages engineered for modern JavaScript and TypeScript frameworks, database ORMs, and edge runtimes.
Ecosystem Packages
Explore the dedicated guides for your application stack:
| Package | Entrypoint | Key Capabilities |
|---|---|---|
| Next.js 16 & 15 | tricache/next | Drop-in cacheHandler, React 19 RSC binary streaming, soft tags, zero V8 GC pauses. |
| NestJS Module | tricache/nestjs | Dynamic TriCacheModule (register/registerAsync), @Cacheable and @CacheEvict decorators. |
| Prisma ORM Extension | tricache/prisma | $extends(withTriCache()), automatic mutation invalidation, deterministic query key hashing. |
| Drizzle ORM Wrapper | tricache/drizzle | withCache(query), SQL + parameterized argument hashing, custom TTL and tag assignment. |
| Express & Hono Middleware | tricache/http | Route caching middleware, weak ETag calculation, RFC 7232 304 Not Modified short-circuiting. |
| Edge Isolates (Workers) | tricache/edge | Universal zero-Node runtime for Cloudflare Workers, Fastly Compute, Web Crypto, WASM Bloom. |
| Visual Dashboard & CLI | tricache/dashboard | Real-time SSE Web UI, Next.js route handlers, standalone management server, CLI. |

