MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewInMemoryTokenCache

Function NewInMemoryTokenCache

api/uaa/wrapper/util/in_memory_cache.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func NewInMemoryTokenCache() *InMemoryCache {
25 return new(InMemoryCache)
26}

Calls

no outgoing calls

Tested by

no test coverage detected