MCPcopy Create free account
hub / github.com/code100x/daily-code / evict

Method evict

apps/web/lib/cache/cache.ts:11–11  ·  view source on GitHub ↗
(type: string, args: string[])

Source from the content-addressed store, hash-verified

9 get(type: string, args: string[]): Promise<any>;
10
11 evict(type: string, args: string[]): Promise<null>;
12 }

Callers 2

evictMethod · 0.65
updateTrackFunction · 0.65

Implementers 3

Cachepackages/db/Cache.ts
InMemoryCacheapps/web/lib/cache/in-memory-cache.ts
RedisCacheapps/web/lib/cache/redis-cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected