MCPcopy Create free account
hub / github.com/comuline/api /

Class

src/modules/v1/cache.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Redis } from "@upstash/redis/cloudflare"
2
3export class Cache<T> {
4 protected kv: Redis
5 public key: string
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected