MCPcopy Index your code
hub / github.com/code100x/cms / set

Method set

src/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

withMobileAuthFunction · 0.65
refreshDbInternalFunction · 0.65
changeVideoQualityFunction · 0.65
getPurchasesFunction · 0.65
rateLimitFunction · 0.65
setMethod · 0.65
setMethod · 0.65
GETFunction · 0.65
GETFunction · 0.65
GETFunction · 0.65
setMethod · 0.65
getAllCoursesFunction · 0.65

Implementers 3

InMemoryCachesrc/lib/cache/in-memory-cache.ts
RedisCachesrc/lib/cache/redis-cache.ts
Cachesrc/db/Cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected