RubyGems Navigation menu

syncache 1.4

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.5 KB)
  2. 1.3 - February 15, 2016 (32.5 KB)
  3. 1.2 - October 13, 2012 (31.5 KB)
  4. 1.0.0 - May 07, 2010 (10.5 KB)

擁有者:

作者:

  • Dmitry Borodaenko

SHA 256 checksum:

790a90c7cb301e02c1e6bdaa24754efdd9138476164efb539cc15b44bc21fd00

總下載次數 12,211

這個版本 2,707

License:

GPL-3.0+

Ruby 版本需求: >= 0

相關連結: