You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, certain endpoints with static responses will be cached into memory.
149
-
Endpoints with cached responses are identified in their [accompanying documentation](https://pkg.go.dev/github.com/linode/linodego?utm_source=godoc).
149
+
Endpoints with cached responses are identified in their [accompanying documentation](https://pkg.go.dev/github.com/lgarber-akamai/linodego?utm_source=godoc).
150
150
151
151
The default cache entry expiry time is `15` minutes. Certain endpoints may override this value to allow for more frequent refreshes (e.g. `client.GetRegion(...)`).
152
152
The global cache expiry time can be customized using the `client.SetGlobalCacheExpiration(...)` method.
0 commit comments