MCPcopy
hub / github.com/Swatinem/rust-cache / GhCache

Interface GhCache

src/utils.ts:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface GhCache {
50 isFeatureAvailable: typeof ghCache.isFeatureAvailable;
51 restoreCache: typeof ghCache.restoreCache;
52 saveCache: (paths: string[], key: string) => Promise<string | number>;
53}
54
55export interface CacheProvider {
56 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected