Class: Moneta::Adapters::SDBM
- Inherits:
-
Moneta::Adapter
- Object
- Moneta::Adapter
- Moneta::Adapters::SDBM
- Includes:
- CreateSupport, DBMAdapter, EachKeySupport, IncrementSupport
- Defined in:
- lib/moneta/adapters/sdbm.rb
Overview
SDBM backend
Instance Attribute Summary
Attributes included from HashAdapter
Attributes inherited from Moneta::Adapter
Instance Method Summary collapse
- #initialize(options = {}) ⇒ Object constructor
Methods included from EachKeySupport
Methods included from CreateSupport
Methods included from IncrementSupport
Methods included from DBMAdapter
Methods included from HashAdapter
#clear, #delete, #fetch_values, #key?, #load, #merge!, #slice, #store, #values_at
Methods inherited from Moneta::Adapter
backend, backend_block, backend_required?
Methods included from Config
Methods included from Defaults
#[], #[]=, #close, #create, #decrement, #each_key, #features, #fetch, #fetch_values, included, #increment, #key?, #merge!, #slice, #supports?, #update, #values_at
Methods included from OptionSupport
#expires, #prefix, #raw, #with
Constructor Details
#initialize(options = {}) ⇒ Object
17 |
# File 'lib/moneta/adapters/sdbm.rb', line 17 backend { |file:| ::SDBM.new(file) } |