package
Version:
v0.0.0-...-2d0df81
Opens a new window with list of versions in this module.
Published: Aug 7, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Cache is an implementation of Cache that stores responses in an in-memory map.
New returns a new Cache that will store items in an in-memory map
Delete removes key from the cache
Get returns the []byte representation of the response and true if present, false if not
Set saves response resp to the cache with key
Source Files
¶
Click to show internal directories.
Click to hide internal directories.