MCPcopy 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

Implementers 2

BoltCachecore/cache/boltdb_cache.go
InMemoryCachecore/cache/memory_cache.go

Calls

no outgoing calls