Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpCacheTransport ¶
func NewHttpCacheTransport(parent http.RoundTripper, c *cpkg.Cache[string, []byte], ttl time.Duration, maxSize int64) http.RoundTripper
Creates a new http.RoundTripper that caches all request responses (by the request URL) in ristretto.
func NewHttpCacheTransportNoBody ¶
func NewHttpCacheTransportNoBody(parent http.RoundTripper, c *cpkg.Cache[string, []byte], ttl time.Duration, maxSize int64) http.RoundTripper
Like NewHttpCacheTransport but doesn't cache body
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.