public
Description: Memcache Store Rails plugin with missing implementation of delete_matched() . If you're using Memcache as your caching storage and you have problem with expire_fragmet() raising exception "Not supported by Memcache" than this plugin is going to help you.
Homepage:
Clone URL: git://github.com/lacomartincik/memcache_store_with_delete_matched.git
name age message
file .gitignore Mon Mar 16 05:42:49 -0700 2009 - Adding changes by Joseph Jaramillo [lacomartincik]
file README Wed Jan 28 07:58:11 -0800 2009 New repository name [lacomartincik]
file Rakefile Wed Jan 28 07:58:11 -0800 2009 New repository name [lacomartincik]
file init.rb Wed Jan 28 07:58:11 -0800 2009 New repository name [lacomartincik]
directory lib/ Mon Mar 16 05:42:49 -0700 2009 - Adding changes by Joseph Jaramillo [lacomartincik]
directory spec/ Wed Jan 28 07:58:11 -0800 2009 New repository name [lacomartincik]
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