MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / set

Method set

apps/api/src/lib/cache/providers/noop.ts:22–28  ·  view source on GitHub ↗
(
    _key: string,
    _value: unknown,
    _options?: ICacheSetOptions
  )

Source from the content-addressed store, hash-verified

20 }
21
22 set(
23 _key: string,
24 _value: unknown,
25 _options?: ICacheSetOptions
26 ): Promise<void> {
27 return Promise.resolve();
28 }
29
30 del(_key: string | string[]): Promise<void> {
31 return Promise.resolve();

Callers 15

writeMethod · 0.45
redactSensitiveInfoFunction · 0.45
expireAdminPlansJobFunction · 0.45
settleSentFunction · 0.45
settleSuppressedFunction · 0.45
settleFailedFunction · 0.45

Calls

no outgoing calls

Tested by 4

enrollViaServiceFunction · 0.36
demoteToMemberFunction · 0.36
registerAndLoginFunction · 0.36