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

Method set

apps/web/lib/cache/cache.ts:2–2  ·  view source on GitHub ↗
(
      type: string,
      args: string[],
      value: any,
      expirySeconds: number,
    )

Source from the content-addressed store, hash-verified

1export interface ICache {
2 set(
3 type: string,
4 args: string[],
5 value: any,

Callers 15

addToRemoveQueueFunction · 0.65
setMethod · 0.65
handleTrackClickFunction · 0.65
handlePointerMoveFunction · 0.65
getProblemFunction · 0.65
getFirstProblemForTrackFunction · 0.65
getAllProblemsFunction · 0.65
getTrackFunction · 0.65
getAllTracksFunction · 0.65
getAllCategoriesFunction · 0.65
getAllMCQsFunction · 0.65
getAllMCQQuestionFunction · 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