# File lib/moneta/adapters/datamapper.rb, line 33
      def key?(key, options = {})
        context { Store.get(key) != nil }
      end