# File lib/moneta/cache.rb, line 76 def create(key, value, options = {}) if @adapter.create(key, value, options) @cache.store(key, value, options) true else false end end