# File lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb, line 87
    def restore_mem_copy(filename)
      data = get_from_memory_cache(filename, @mem_share_cache)
      data = Marshal.load(data) unless data.nil?
      data
    end