{"id":66970,"library":"go-macaron-cache","title":"Macaron Cache","description":"A middleware for the Macaron web framework that provides cache management.","status":"active","version":"0.0.0-20200329073519-53bb48172687","language":"go","source_language":null,"source_url":"https://github.com/go-macaron/cache","tags":["macaron","cache","middleware"],"install":[{"cmd":"go get github.com/go-macaron/cache","lang":"bash","label":"Install github.com/go-macaron/cache"}],"dependencies":[],"imports":[{"symbol":"cache","correct":"github.com/go-macaron/cache"}],"quickstart":{"code":"package main\n\nimport (\n    \"gopkg.in/macaron.v1\"\n    \"github.com/go-macaron/cache\"\n)\n\nfunc main() {\n    m := macaron.Classic()\n    m.Use(cache.Cacher())\n    m.Get(\"/\", func(c cache.Cache) string {\n        c.Put(\"key\", \"value\", 60)\n        return \"cached\"\n    })\n    m.Run()\n}","lang":"go","description":"Sets up caching middleware in a Macaron web application."},"warnings":[],"env_vars":null,"search_vec":"'cach':2,12,15 'framework':9 'macaron':1,7,14 'manag':13 'middlewar':4,16 'provid':11 'web':8","created_at":"2026-06-17T17:31:16.506686+00:00","updated_at":"2026-06-17T17:31:16.506686+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-macaron/cache","github":"https://github.com/go-macaron/cache","docs":"https://pkg.go.dev/github.com/go-macaron/cache#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}