# File lib/moneta/adapters/pstore.rb, line 32
      def load(key, options = {})
        @backend.transaction(true) { @backend[key] }
      end