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

Method RecordsCount

core/cache/cache.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 GetAllValues() ([][]byte, error)
8 GetAllEntries() (map[string][]byte, error)
9 RecordsCount() (int, error)
10 Delete(key []byte) error
11 DeleteData() error
12 GetAllKeys() (map[string]bool, error)

Implementers 2

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

Calls

no outgoing calls