# File lib/moneta/adapters/daybreak.rb, line 26 def store(key, value, options = {}) @backend[key] = value @backend.flush if options[:sync] value end