# Functions
Cache accepts the cache expiration duration if the expiration <=2 seconds then expiration is taken by the "cache-control's maxage" header returns context.Handler, which you can use as your default router or per-route handler
All types of response can be cached, templates, json, text, anything.
Handler accepts one single parameter: the cache expiration duration if the expiration <=2 seconds then expiration is taken by the "cache-control's maxage" header returns context.Handler.
# Variables
NoCache disables the cache for a particular request, can be used as a middleware or called manually from the handler.