GitXplorerGitXplorer
f

my_stuff-cache

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
58fe353195ec7319cba622e47f04d100e252820b

version bump due to new prefix support

ffredemmott committed 13 years ago
Unverified
223ef8462ce76bd79c45ce3ff61c9b151c41634c

Add prefix support.

ffredemmott committed 13 years ago
Unverified
50e3bd405281722d635f3ccf4de06c586a8de9a4

gem version bump

ffredemmott committed 13 years ago
Unverified
7543a798272e4ed8264f3142ce028160571bbf3f

Now that MyStuff::Logger is public, use it if available.

ffredemmott committed 13 years ago
Unverified
b5ff2bcc440b42a845fa8b9c57778d5548051ad8

add README

ffredemmott committed 13 years ago
Unverified
ec4cb012d60f2df77dddf0d84026188e2df49734

clearer examples

ffredemmott committed 13 years ago

README

The README file for this repository.

= Overview

A simple caching library, optimised for:

  • ease of use
  • multigets
  • delete/set rather than expire semantics

= Usage

See examples/.

= Getting it

git clone git://github.com/fredemmott/my_stuff-cache.git

or

gem install my_stuff-cache

= Backends

  • null (no caching)
  • memory (in the MyStuff::Cache object itself)
  • memcached

= Copying

See the COPYING file.