Object
Memory backend using a hash to store the entries @api public
@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.