class method
self.new
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.new()
Creates and initializes a new Cache object.
Source
# File activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb, line 20
def initialize
@mem_share_cache = {}
@mem_copy_cache = {}
end
Defined in activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in XmlSimple::Cache