Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
ICache {
2
get(key: string): Promise<any>;
3
4
hGet(key: string, field: string): Promise<any>;
5
Callers
15
bootstrap
Function · 0.65
origin
Function · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
get
Method · 0.65
constructor
Method · 0.65
get
Method · 0.65
hGet
Method · 0.65
hSet
Method · 0.65
hDelete
Method · 0.65
constructor
Method · 0.65
writeData
Function · 0.65
Implementers
3
RedisCache
src/cache/rediscache.ts
LocalCache
src/cache/localcache.ts
CacheService
src/api/services/cache.service.ts
Calls
no outgoing calls
Tested by
no test coverage detected