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

Method get

src/api/abstract/abstract.cache.ts:2–2  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

1export interface ICache {
2 get(key: string): Promise<any>;
3
4 hGet(key: string, field: string): Promise<any>;
5

Callers 15

bootstrapFunction · 0.65
originFunction · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
getMethod · 0.65
constructorMethod · 0.65
getMethod · 0.65
hGetMethod · 0.65
hSetMethod · 0.65
hDeleteMethod · 0.65
constructorMethod · 0.65
writeDataFunction · 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