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

Method keys

src/api/abstract/abstract.cache.ts:12–12  ·  view source on GitHub ↗
(appendCriteria?: string)

Source from the content-addressed store, hash-verified

10 has(key: string): Promise<boolean>;
11
12 keys(appendCriteria?: string): Promise<string[]>;
13
14 delete(key: string | string[]): Promise<number>;
15

Callers 15

keysMethod · 0.65
getTypeMessageFunction · 0.65
getMessageContentFunction · 0.65
dataValidateFunction · 0.65
keysMethod · 0.65
findMethod · 0.65
findMethod · 0.65
hasValidMediaContentMethod · 0.65
processButtonMessageMethod · 0.65
findChatwootMethod · 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