Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type RequestOptions ¶
type RequestOptions struct {
ForceRefresh bool
// CRTimeRoundingFactor is used to calculate cache expiration time
CRTimeRoundingFactor time.Duration
// SkipCacheWrites will disable setting keys in the cache. Used in some scenarios where a lot of data is in play and serves no purpose being in the cache.
SkipCacheWrites bool
}
RequestOptions specifies options for an individual request, such as forcing the cache to be bypassed.
Click to show internal directories.
Click to hide internal directories.