# File lib/libxml/schema.rb, line 61 def self.cached(location) @_schemas ||= {} @_schemas[location] ||= new(location) end