package
0.10.0-beta.4
Repository: https://github.com/bitmagnet-io/bitmagnet.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
ModeCached the query will be satisfied from the cache if possible, otherwise the result will be stored in the cache.
The ModeKey context value specifies the caching Mode for a particular query.
ModeNoCache the query will not be satisfied from the cache, and any existing cache entry will be removed to avoid stale results in future (default).
ModeWarm the query will not be satisfied from the cache, but the result will be stored in the cache for future queries using ModeCached.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author