RubyGems Navigation menu

find_cache 0.1.3

Makes ActiveRecord >=3.0.0 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to relations' cacheable by id or any referenced columns using Rails.cache methods. It also supports fetching multiple records using ids with find_all_cache method(if cache store supports multiple reads [hint: memcache_store, dalli_store supports.]).

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.3.0 - November 21, 2015 (9.5 KB)
  2. 0.2.1 - September 23, 2012 (41.0 KB)
  3. 0.2.0 - September 23, 2012 (40.5 KB)
  4. 0.1.8 - August 30, 2012 (31.5 KB)
  5. 0.1.7 - August 30, 2012 (31.0 KB)
  6. 0.1.3 - August 25, 2012 (29.5 KB)
显示所有版本 (共 12 个)

Runtime 依赖 (3):

activerecord >= 3.0.0
activesupport >= 3.0.0
simple_uuid >= 0.2.0

Development 依赖 (3):

dalli ~> 2.1.0
rails ~> 3.2.0
sqlite3 >= 0

业主:

作者:

  • Mustafa Turan

SHA 256 校验和:

002eedfbf9ce97a2f2898bc0822bf17d905998d1c94cdf1cdd69c24b168e30a3

下载总量 39,267

这个版本 3,174

许可:

需要的 Ruby 版本:

链接: