MCPcopy
hub / github.com/Effect-TS/effect / set

Method set

packages/effect/src/Cache.ts:89–89  ·  view source on GitHub ↗

* Associates the specified value with the specified key in the cache.

(key: Key, value: Value)

Source from the content-addressed store, hash-verified

87 * Associates the specified value with the specified key in the cache.
88 */
89 set(key: Key, value: Value): Effect.Effect<void>
90}
91
92/**

Callers 15

rpc-schemas.tsFile · 0.65
handlePortFunction · 0.65
sendBodyFunction · 0.65
keyValueStore.tsFile · 0.65
Kysely.test.tsFile · 0.65
Pg.test.tsFile · 0.65
Mysql.test.tsFile · 0.65
Mssql.test.tsFile · 0.65
Sqlite.test.tsFile · 0.65
sqlite.tsFile · 0.65
onErrorFunction · 0.65
sendFunction · 0.65

Implementers 1

CacheImplpackages/effect/src/internal/cache.ts

Calls

no outgoing calls

Tested by 6

testLayerFunction · 0.52
RateLimiterTestSuiteFunction · 0.52
incrementTRefNFunction · 0.52
compute3TRefNFunction · 0.52
permutationFunction · 0.52
childFunction · 0.52