package
Version:
v1.1.6
Opens a new window with list of versions in this module.
Published: Jul 2, 2024
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.