Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Redis } from
"@upstash/redis/cloudflare"
2
3
export
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