MCPcopy Create free account
hub / github.com/jaredwray/cacheable / CacheValue

Interface CacheValue

packages/cacheable-request/src/types.ts:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77// biome-ignore lint/suspicious/noExplicitAny: type
78export interface CacheValue extends Record<string, any> {
79 url: string;
80 statusCode: number;
81 body: Buffer | string;
82 cachePolicy: CachePolicyObject;
83}
84
85export interface Emitter extends EventEmitter {
86 addListener(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…