Directories
¶
| Path | Synopsis |
|---|---|
|
backend
|
|
|
azurestoragecache
Package azurestoragecache provides an implementation of httpcache.Cache that stores and retrieves data using Azure Storage.
|
Package azurestoragecache provides an implementation of httpcache.Cache that stores and retrieves data using Azure Storage. |
|
azurestoragecache/test
command
Testing azurestoragecache (set, get, delete) Parameters - accountName : Azure Storage Account Name - accountKey : Azure Storage Account Key - containerName : Azure Storage Container Name /!\ must be lower-case
|
Testing azurestoragecache (set, get, delete) Parameters - accountName : Azure Storage Account Name - accountKey : Azure Storage Account Key - containerName : Azure Storage Container Name /!\ must be lower-case |
|
couchcache
Package couchcache provides an implementation of httpcache.Cache that stores and retrieves data using Couchdb.
|
Package couchcache provides an implementation of httpcache.Cache that stores and retrieves data using Couchdb. |
|
diskcache
Package diskcache provides an implementation of httpcache.Cache that uses the diskv package to supplement an in-memory map with persistent storage
|
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
|
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 gomemcache to store cached responses.
|
Package memcache provides an implementation of httpcache.Cache that uses gomemcache to store cached responses. |
|
redis
Package redis provides a redis interface for http caching.
|
Package redis provides a redis interface for http caching. |
|
s3cache
Package s3cache provides an implementation of httpcache.Cache that stores and retrieves data using Amazon S3.
|
Package s3cache provides an implementation of httpcache.Cache that stores and retrieves data using Amazon S3. |
|
twotier
Package twotier provides a wrapper for two httpcache.Cache instances, allowing you to use both a small and fast cache for popular objects and fall back to a larger and slower cache for less popular ones.
|
Package twotier provides a wrapper for two httpcache.Cache instances, allowing you to use both a small and fast cache for popular objects and fall back to a larger and slower cache for less popular ones. |
|
Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses.
|
Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses. |
Click to show internal directories.
Click to hide internal directories.