MCPcopy Create free account
hub / github.com/evolution-foundation/evolution-api / set

Method set

src/api/abstract/abstract.cache.ts:6–6  ·  view source on GitHub ↗
(key: string, value: any, ttl?: number)

Source from the content-addressed store, hash-verified

4 hGet(key: string, field: string): Promise<any>;
5
6 set(key: string, value: any, ttl?: number): void;
7
8 hSet(key: string, field: string, value: any): Promise<void>;
9

Callers 7

bootstrapFunction · 0.65
setMethod · 0.65
hSetMethod · 0.65
hDeleteMethod · 0.65
metricsBasicAuthFunction · 0.65
index.router.tsFile · 0.65
setMethod · 0.65

Implementers 3

RedisCachesrc/cache/rediscache.ts
LocalCachesrc/cache/localcache.ts
CacheServicesrc/api/services/cache.service.ts

Calls

no outgoing calls

Tested by

no test coverage detected