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