Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ InMemoryCache
Struct
InMemoryCache
api/cfnetworking/wrapper/util/in_memory_cache.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
util
2
3
type
InMemoryCache
struct
{
4
accessToken string
5
refreshToken string
6
}
7
8
func
(c *InMemoryCache) AccessToken() string {
9
return
c.accessToken
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected