Home > Memcached-tags

Memcached-tags

Memcached-tags is a project mainly written in Ruby, based on the MIT license.

Rails memcache store with tags emulation

MemcachedTags

Introduction goes here.

Example

Rails.cache.write 'key', 'value', {:tags => ['company_1', 'user_2']} Rails.cache.read 'key' => "value" Rails.cache.delete_by_tags ['user_2'] Rails.cache.read 'key' => nil

Copyright (c) 2010 Bibendi, released under the MIT license

Previous:Test