Method: Higgs::MVCCCache#initialize

Defined in:
lib/higgs/cache.rb

#initializeMVCCCache

Returns a new instance of MVCCCache.



117
118
119
120
# File 'lib/higgs/cache.rb', line 117

def initialize
  @lock = Mutex.new
  @snapshots = {}
end