# Functions
NewCachingAuthClient creates a new instance of CachingAuthClient using a live connection to the auth server (ap).
NoCache is a no cache used for access point.
# Structs
CachingAuthClient implements auth.AccessPoint interface and remembers the previously returned upstream value for each API call.
Config is CachingAuthClient config.
# Type aliases
NewCachingAcessPoint returns new caching access point using access point policy.