# File lib/moneta/adapters/sqlite.rb, line 49
      def store(key, value, options = {})
        @replace.execute!(key, value)
        value
      end