Class Moneta::WeakIncrement
In: lib/moneta/weak.rb
Parent: Proxy

Adds weak increment support to the underlying store

@note The increment method will not be thread or multi-process safe (this is meant by weak) @api public

Methods

new  

Included Modules

IncrementSupport

Public Class methods

@param [Moneta store] adapter The underlying store @param [Hash] options

[Validate]