An open API service indexing awesome lists of open source software.

https://github.com/dpup/rcache

An in-memory, read through cache of []byte for Go, with compound hierarchical keys.
https://github.com/dpup/rcache

Last synced: over 1 year ago
JSON representation

An in-memory, read through cache of []byte for Go, with compound hierarchical keys.

Awesome Lists containing this project

README

          

# rcache

[![GoDoc](https://godoc.org/github.com/dpup/rcache?status.svg)](https://godoc.org/github.com/dpup/rcache)

An in-memory, read through cache of []byte for Go, with compound hierarchical
keys.

This is experimental, but if you do have questions, comments, bug reports, and
pull requests please submit them
[on the project issue tracker](https://github.com/dpup/rcache/issues/new). [Read
the godoc](https://godoc.org/github.com/dpup/rcache) for detailed,
upto date, documentation.

License
-------
Copyright 2015 [Daniel Pupius](http://pupius.co.uk). Licensed under the
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).