Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Moneta::Adapters::Memory

Memory backend using a hash to store the entries @api public

Public Class Methods

new(options = {}) click to toggle source

@param [Hash] options Options hash @option options [Hash] :backend Use existing backend instance

# File lib/moneta/adapters/memory.rb, line 13
def initialize(options = {})
  @backend = options[:backend] || {}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.