# Packages
No description provided by the author
# Constants
CacheManagerKey is the amicache.Manager key.
# Structs
ContextAdapter joins a context.Context and ContextHandler and implements the http.Handler interface.
# Interfaces
ContextHandler is an HTTP handler that adds context.Context to requests.
# Type aliases
ContextHandlerFunc is a function adapter that allows the use of ordinary functions as HTTP Context handlers.