...

Directory /src/github.com/gregjones

Name Synopsis
..
httpcache Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses.
diskcache Package diskcache provides an implementation of httpcache.Cache that uses the diskv package to supplement an in-memory map with persistent storage
leveldbcache Package leveldbcache provides an implementation of httpcache.Cache that uses github.com/syndtr/goleveldb/leveldb
memcache Package memcache provides an implementation of httpcache.Cache that uses App Engine's memcache package to store cached responses.
redis Package redis provides a redis interface for http caching.