Method: Higgs::MVCCCache#initialize
- Defined in:
- lib/higgs/cache.rb
#initialize ⇒ MVCCCache
Returns a new instance of MVCCCache.
117 118 119 120 |
# File 'lib/higgs/cache.rb', line 117 def initialize @lock = Mutex.new @snapshots = {} end |