This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 9e2ffbed566472a466740c1a0ae53d2c3385855c
tree 97fc519c4cd7075027a72735516bfdd450d673fb
parent 761a4fb4f2d60687ac4781cfe9c409196fb71ec1
tree 97fc519c4cd7075027a72735516bfdd450d673fb
parent 761a4fb4f2d60687ac4781cfe9c409196fb71ec1
bitcache /
| name | age | message | |
|---|---|---|---|
| |
Buildfile | Sat Oct 31 17:32:53 -0700 2009 | |
| |
LICENSE | Fri Jul 31 15:04:46 -0700 2009 | |
| |
README | Sun Aug 02 07:56:21 -0700 2009 | |
| |
README.rdoc | Sun Aug 02 07:56:21 -0700 2009 | |
| |
Rakefile | Sun Feb 01 20:37:16 -0800 2009 | |
| |
TODO | Tue Nov 13 17:52:25 -0800 2007 | |
| |
VERSION | Sun Feb 01 20:37:16 -0800 2009 | |
| |
bin/ | Sun Feb 01 20:37:16 -0800 2009 | |
| |
config/ | Tue Nov 13 17:52:25 -0800 2007 | |
| |
doc/ | Sun Apr 19 06:46:32 -0700 2009 | |
| |
lib/ | Sun Aug 02 10:34:24 -0700 2009 | |
| |
pkg/ | Tue Oct 27 09:01:51 -0700 2009 | |
| |
spec/ | Sat Oct 31 22:32:12 -0700 2009 | |
| |
src/ | Sun Nov 08 08:50:46 -0800 2009 |
README.rdoc
Bitcache
http://bitcache.org/
Dependencies
- Ruby 1.8+
Adapters
- Memory
- Non-persistent and hence primarily only useful for testing.
- File
- GDBM
- SDBM
- Memcache
- Requires the memcache-client library by Eric Hodel.
- Supports specifying a TTL (time to live) value for blobs.
- Does not support listing keys (this being a limitation of memcached).
- SFTP
- Requires the net-sftp library by Jamis Buck.
- HTTP
- Implemented as a simple RESTful API.
- Amazon S3
- Requires the aws-s3 library by Marcel Molina Jr.
Download
The latest released version of Bitcache can be found at:
The latest development version can be found at:
API documentation can be found at:
Installation
The recommended installation method is via RubyGems. To install the latest official release from RubyForge, do:
% [sudo] gem install bitcache
To use the very latest bleeding-edge development version, install the gem directly from GitHub as follows:
% [sudo] gem install bendiken-bitcache --source http://gems.github.com
See also
License
Bitcache is released under the MIT license.







