Registry / web-framework / macaron-cache

macaron-cache

JSON →
library0.0.0-20200924044943-905232fba10bgogounverified

Package cache is a middleware that provides the cache management of Macaron.

go get gitea.com/macaron/cache
INSTALL
IMPORT
SIG · MACARON-CACHE
M
macaron-cache
web-frameworkgov0.0.0-20200924044943-905232fba10b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cache
gitea.com/macaron/cache

Use cache middleware in a Macaron web application

package main import ( "gitea.com/macaron/cache" "gitea.com/macaron/macaron" ) func main() { m := macaron.New() m.Use(cache.Cacher(cache.Options{})) m.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200924044943-905232fba10blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
macaron-cache — go get macaron-cache · libregistry