RubyGems Navigation menu

has_cache 0.1.3

Using `has_cache` in your classes provides a `cached` method that allows automatic caching of the result of a method that is normally available on the class, or an instance of the class. It mitigates the hassle of creating and tracking keys as you would with the standard Cache Store interface, by inferring keys from the location `cached` is invoked.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.5 - February 13, 2015 (7.0 KB)
  2. 0.1.4 - February 13, 2014 (7.0 KB)
  3. 0.1.3 - February 13, 2014 (7.0 KB)
  4. 0.1.2 - February 13, 2014 (7.0 KB)
  5. 0.1.1 - February 13, 2014 (7.0 KB)
顯示所有版本(共 8)

Runtime 相依性套件 (2):

rails >= 3.1
sourcify ~> 0.5

Development 相依性套件 (15):

ffaker >= 0
fuubar >= 0
guard ~> 2.0
guard-rspec ~> 4.0
guard-rubocop ~> 1.0
listen ~> 2.1
redcarpet >= 0
rspec-rails ~> 2.14
rubocop >= 0
sqlite3 >= 0
yard >= 0
yard-blame >= 0
yard-rails >= 0

擁有者:

作者:

  • Peter Fern

SHA 256 總和檢查碼:

f500749f2a71885d729573c3576f02c03de605ec1571bebc7a02097a834777c7

總下載次數 21,787

這個版本 2,614

授權:

Ruby 版本需求:

相關連結: