Makes ActiveRecord 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to' relations are cacheable by PrimaryKey(PK) 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: memcached_store, dalli_store supports.]).
Required Ruby Version
>= 0
Authors
Mustafa Turan
Versions
- 0.3.0 November 21, 2015 (9.5 KB)
- 0.2.1 September 23, 2012 (41 KB)
- 0.2.0 September 23, 2012 (40.5 KB)
- 0.1.8 August 30, 2012 (31.5 KB)
- 0.1.7 August 30, 2012 (31 KB)