RubyGems Navigation menu

itrigga-file_cache 0.2.0

A simple file-system-based cache wrapper. The main method is 'with_cache( :cache_key=>'something_unique', :timeout_seconds=>(an integer) ){ (...) }' If the given cache key exists and has not timed out, it will return the cached value If not, it will * yield to the given block * store the result of the given block in the cache with the given key * return the result of the given block Required params: * :cache_key=>'some unique string that is valid in a filename' Optional params: * :timeout_seconds => (an integer - default 3600) * :cache_dir => (an absolute path - defaults to RAILS_ROOT/tmp/cache if RAILS_ROOT is defined, otherwise /tmp/cache ) Example usage: @stats_json = Itrigga::Cache::FileCache.with_cache(:cache_key=>'admin_stats.json', :timeout_seconds=>600){ /* some expensive remote API / slow IO call here /* }

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.2.1 - October 03, 2011 (8.5KB)
  2. 0.2.0 - October 03, 2011 (8.5KB)
  3. 0.1.0 - October 03, 2011 (8.5KB)

Development依存関係 (4):

bundler ~> 1.0.0
jeweler ~> 1.6.4
rcov >= 0
rspec >= 0

所有者:

作者:

  • Al Davidson

SHA 256チェックサム:

f85150965ec05d2191d6746bb2dac6bc942ca72ca1f9107ea682bc515d133965

累計ダウンロード数 10,900

このバージョンのみ 3,285

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: