package
1.10.12
Repository: https://github.com/spectolabs/hoverfly.git
Documentation: pkg.go.dev

# Functions

GetDB - returns open BoltDB database with read/write permissions or goes down in flames if something bad happends.
NewBoltDBCache - returns new BoltCache instance.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BoltCache - container to implement Cache instance with BoltDB backend for storage.
Cache used for storing serialized data in memory.
Fixed size LRU cache for storing any data type.

# Interfaces

Cache - cache interface used to store and retrieve serialized data.
FastCache - cache interface used to store and retrieve any data type which requires no serialization.