Class Moneta::Lock
In: lib/moneta/lock.rb
Parent: Wrapper

Locks the underlying stores with a Mutex @api public

Methods

new   wrap  

Public Class methods

@param [Moneta store] adapter The underlying store @param [Hash] options @option options [String] :mutex (::Mutex.new) Mutex object

Protected Instance methods

[Validate]