RubyGems Navigation menu

find_cache 0.2.0

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

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)
顯示所有版本(共 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 checksum:

20a6012e92ccbd74a92b20c61fa9ea921da65c38dc9a2109e85bb207bdb780ea

總下載次數 39,303

這個版本 3,477

License:

Ruby 版本需求:

相關連結: