# File lib/moneta/adapters/pstore.rb, line 42
      def delete(key, options = {})
        @backend.transaction { @backend.delete(key) }
      end