https://github.com/mcuadros/go-mgo-cache
MongoDB interface for a Go cache
https://github.com/mcuadros/go-mgo-cache
Last synced: 2 months ago
JSON representation
MongoDB interface for a Go cache
- Host: GitHub
- URL: https://github.com/mcuadros/go-mgo-cache
- Owner: mcuadros
- License: mit
- Created: 2014-07-21T22:17:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T15:52:11.000Z (almost 11 years ago)
- Last Synced: 2025-03-20T04:37:54.181Z (9 months ago)
- Language: Go
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-mgo-cache
============
Package `mgocache` provides an implementation of [httpcache.Cache](https://github.com/gregjones/httpcache/blob/master/httpcache.go#L30) that stores and retrieves data using Mongo ([mgo](http://gopkg.in/mgo.v2)).