# Functions
Default creates an in-memory cache with the default 24 hour expiration period.
FromContext returns the Cache associated with this context.
No description provided by the author
GetRepos returns the user permissions to the named repository from the cache associated with the current context.
GetRepos returns the list of user repositories from the cache associated with the current context.
NewTTL returns an in-memory cache with the specified ttl expiration period.
NewTTL returns an in-memory cache with the specified ttl expiration period.
No description provided by the author
SetRepos adds the listof user permissions to the named repsotiory to the cache assocaited with the current context.
SetRepos adds the listof user repositories to the cache assocaited with the current context.
ToContext adds the Cache to this context if it supports the Setter interface.