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.
- Host: GitHub
- URL: https://github.com/dpup/rcache
- Owner: dpup
- License: other
- Created: 2015-10-31T16:19:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T21:16:31.000Z (over 10 years ago)
- Last Synced: 2025-01-25T14:22:17.592Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rcache
[](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).