# Functions
NewCachingAuthorizer creates a new Authorizer that holds an internal cache of Delegated Authorizer(s).
NewDelegatedAuthorizer returns a new authorizer for use in e.g.
# Structs
CachingOptions contains options to create a new Delegated Caching Authorizer.
Options provides options to customize the created DelegatedAuthorizer.
# Interfaces
Cache contains methods that define a delegated caching authorizer.
# Type aliases
CachingAuthorizerFunc looks similar to authorizer.AuthorizerFunc with the additional cache parameter for delegated authorizers.
No description provided by the author