Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCacheKey ¶
Types ¶
type Cache ¶
type Cache interface { Get(key string) *http.Response Set(key string, value *http.Response) Delete(key string) Clear() Has(key string) bool }
func NewNoOpCache ¶
func NewNoOpCache() Cache
Click to show internal directories.
Click to hide internal directories.