# File lib/moneta/datamapper.rb, line 101
      def store(key, value, options = {})
        repository_context { self[key] = value }
      end