GitXplorerGitXplorer
f

my_stuff-cache

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
ee605c38f5e9e9666c9cd615c8aaa88089c20eba

Don't call multi fallback at all if no misses

ffredemmott committed 13 years ago
Unverified
89c4f5840ed5b8f57390887f982cf4372cad3749

add examples

ffredemmott committed 13 years ago
Unverified
d5f94095d18f71db0c5c1be9a8662ae13d9b67f3

ignore .rvmrc

ffredemmott committed 13 years ago
Unverified
b6edbfaed617f9c97a7a1ab55221c170fc78b9fd

remove LOG statements from memcached

ffredemmott committed 13 years ago
Unverified
5fc827fd2dbffce6dd3d945329a5dec46f18e9e0

ISC License.

ffredemmott committed 13 years ago
Unverified
979400fbfa08db79c18ce223e59759056eac3fd9

Include files in gem.

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.