backend/

directory
v0.0.0-...-5a6ae9c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2020 License: MIT

Directories

Path Synopsis
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.
test
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
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.
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
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
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.
Package redis provides a redis interface for http caching.
Package redis provides a redis interface for http caching.
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.
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL