Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SpectoLabs/hoverfly
/ GetAllEntries
Method
GetAllEntries
core/cache/cache.go:8–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
Get(key []byte) ([]byte, error)
7
GetAllValues() ([][]byte, error)
8
GetAllEntries() (
map
[string][]byte, error)
9
RecordsCount() (int, error)
10
Delete(key []byte) error
11
DeleteData() error
Callers
4
Test_LRUFastCache_CacheGetAllEntriesIsEmptyByDefault
Function · 0.65
Test_LRUFastCache_GetAllEntries
Function · 0.65
Test_BoltDBCache_GetAllEntries
Function · 0.65
GetAllResponses
Method · 0.65
Implementers
2
BoltCache
core/cache/boltdb_cache.go
InMemoryCache
core/cache/memory_cache.go
Calls
no outgoing calls
Tested by
3
Test_LRUFastCache_CacheGetAllEntriesIsEmptyByDefault
Function · 0.52
Test_LRUFastCache_GetAllEntries
Function · 0.52
Test_BoltDBCache_GetAllEntries
Function · 0.52