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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 16 05:42:49 -0700 2009 | |
| |
README | Wed Jan 28 07:58:11 -0800 2009 | |
| |
Rakefile | Wed Jan 28 07:58:11 -0800 2009 | |
| |
init.rb | Wed Jan 28 07:58:11 -0800 2009 | |
| |
lib/ | Mon Mar 16 05:42:49 -0700 2009 | |
| |
spec/ | Wed Jan 28 07:58:11 -0800 2009 |
README
MemCache Store with delete_matched ================ Author: Ladislav Martincik (ladislav.martincik@gmail.com) = Description If you're using default Memcache store provided by Rails (2.1) you're probably missing delete_matched() method used by expire_fragment() to clear cache with Regex. This plugin is implementation of this delete_matched(). It's not memcache implementation but simple Ruby code to provide this functionality. = Installation with Rails >2.1 script/plugin install git://github.com/lacomartincik/memcache-store-with-delete_matched.git = Requirements - Memcache - memcache-client gem - rspec for running tests







