MCPcopy Index your code
hub / github.com/SpectoLabs/hoverfly / Get

Method Get

core/cache/cache.go:6–6  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

4type Cache interface {
5 Set(key, value []byte) error
6 Get(key []byte) ([]byte, error)
7 GetAllValues() ([][]byte, error)
8 GetAllEntries() (map[string][]byte, error)
9 RecordsCount() (int, error)

Implementers 2

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

Calls

no outgoing calls