Skip to content

go-stash/stash

Repository files navigation

Stash

Go Reference

A Go package for disk-based blob cache.

Installation

Install Stash using the go get command:

$ go get gopkg.in/stash.v1

The only dependency is the Go distribution.

Motivation

This package allows us to reduce calls to our blob storage by caching the most recently used blobs to disk.

Documentation

Contributing

Contributions are welcome.

License

Stash is available under the BSD (3-Clause) License.

Disclaimer

The package is a work in progress. It is functional, but does not claim to be production-ready. Please use it at your own risk.

The icon, made by Smashicons from www.flaticon.com, is licensed by CC 3.0 BY.

Packages

No packages published

Languages