Home > cache_chu

cache_chu

Cache_chu is a project mainly written in Ruby, based on the MIT license.

a simple rails plugin to cache your model method

=Usage

class User < ActiveRecord::Base

  def some_complex_cal(param_a, param_b)

  end

  def method_with_no_param
  end

  include CacheChu
  cache_chu :some_complex_cal, :method_with_no_param

end

copyright(c) 2010 [email protected]