Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
Callers
15
Test_Hoverfly_SetModeWithArguments_SettingModeToCaptureWipesCache
Function · 0.65
Test_Hoverfly_GetResponse_WillCacheResponseIfNotInCache
Function · 0.65
Test_Hoverfly_GetResponse_WillCacheTemplateIfNotInCache
Function · 0.65
Test_Hoverfly_GetResponse_WillCacheHeaderTemplateIfNotInCache
Function · 0.65
Test_Hoverfly_GetResponse_WillCacheTransitionStateTemplateIfNotInCache
Function · 0.65
Test_Hoverfly_GetResponse_ShouldReturnEmptyTextIfResponseTemplateIsNotRenderable
Function · 0.65
Test_LRUFastCache_GetRecordCount
Function · 0.65
Test_LRUFastCache_DeleteData
Function · 0.65
Test_BoltDBCache_RecordsCountZero
Function · 0.65
Test_BoltDBCache_DeleteData
Function · 0.65
Test_CacheMatcher_PreloadCache_WillNotCacheIncompleteRequestMatchers
Function · 0.65
Test_CacheMatcher_PreloadCache_WillPreemptivelyCacheFullExactMatchRequestMatchers
Function · 0.65
Implementers
2
BoltCache
core/cache/boltdb_cache.go
InMemoryCache
core/cache/memory_cache.go
Calls
no outgoing calls
Tested by
15
Test_Hoverfly_SetModeWithArguments_SettingModeToCaptureWipesCache
Function · 0.52
Test_Hoverfly_GetResponse_WillCacheResponseIfNotInCache
Function · 0.52
Test_Hoverfly_GetResponse_WillCacheTemplateIfNotInCache
Function · 0.52
Test_Hoverfly_GetResponse_WillCacheHeaderTemplateIfNotInCache
Function · 0.52
Test_Hoverfly_GetResponse_WillCacheTransitionStateTemplateIfNotInCache
Function · 0.52
Test_Hoverfly_GetResponse_ShouldReturnEmptyTextIfResponseTemplateIsNotRenderable
Function · 0.52
Test_LRUFastCache_GetRecordCount
Function · 0.52
Test_LRUFastCache_DeleteData
Function · 0.52
Test_BoltDBCache_RecordsCountZero
Function · 0.52
Test_BoltDBCache_DeleteData
Function · 0.52
Test_CacheMatcher_PreloadCache_WillNotCacheIncompleteRequestMatchers
Function · 0.52
Test_CacheMatcher_PreloadCache_WillPreemptivelyCacheFullExactMatchRequestMatchers
Function · 0.52