Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolution-foundation/evolution-api
/ has
Method
has
src/api/abstract/abstract.cache.ts:10–10 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
8
hSet(key: string, field: string, value: any): Promise<void>;
9
10
has(key: string): Promise<boolean>;
11
12
keys(appendCriteria?: string): Promise<string[]>;
13
Callers
15
has
Method · 0.65
getInstance
Function · 0.65
has
Method · 0.65
getRepositoryMessagesCache
Method · 0.65
addHistoryMessages
Method · 0.65
addHistoryContacts
Method · 0.65
importHistoryMessages
Method · 0.65
createMessagesMapByPhoneNumber
Method · 0.65
getProvider
Method · 0.65
createConversation
Method · 0.65
getInbox
Method · 0.65
updateContactAvatarInRecentConversations
Method · 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