Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
type
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)
Callers
15
authFromHeader
Function · 0.65
ImportFromURL
Method · 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
readResponseBodyURL
Method · 0.65
TestHoverflyListener
Function · 0.65
TestStopHoverflyListener
Function · 0.65
TestRestartHoverflyListener
Function · 0.65
Test_NewHoverflyWithConfiguration
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_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
TestHoverflyListener
Function · 0.52
TestStopHoverflyListener
Function · 0.52
TestRestartHoverflyListener
Function · 0.52
Test_NewHoverflyWithConfiguration
Function · 0.52
Test_Hoverfly_processRequest_CanHandlePreflightRequestWhenCORSEnabled
Function · 0.52
Test_Hoverfly_processRequest_IgnoreInvalidPreflightRequestWhenCORSEnabled
Function · 0.52
Test_Hoverfly_processRequest_AddCORSHeadersToResponseWhenCORSEnabled
Function · 0.52