RubyGems Navigation menu

syncache 1.2

SynCache stores cached objects in a Hash that is protected by an advanced two-level locking mechanism which ensures that: * Multiple threads can add and fetch objects in parallel. * While one thread is working on a cache entry, other threads can access the rest of the cache with no waiting on the global lock, no race conditions nor deadlock or livelock situations. * While one thread is performing a long and resource-intensive operation, other threads that request the same data will be put on hold, and as soon as the first thread completes the operation, the result will be returned to all threads.

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

インストール:
=

バージョン履歴:

  1. 1.4 - April 16, 2016 (32.5KB)
  2. 1.3 - February 15, 2016 (32.5KB)
  3. 1.2 - October 13, 2012 (31.5KB)
  4. 1.0.0 - May 07, 2010 (10.5KB)

所有者:

作者:

  • Dmitry Borodaenko

SHA 256チェックサム:

248943590b06c5bb2aa187c8271551a4cc44f4bee0efc964cc14d29d411a4ca4

累計ダウンロード数 12,354

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

ライセンス:

N/A

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

リンク: