class method
self.new
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v4.2.9Signature
self.new(options = nil)
No documentation comment.
Parameters
-
optionsopt = nil
Source
# File activesupport/lib/active_support/cache/null_store.rb, line 11
def initialize(options = nil)
super(options)
extend Strategy::LocalCache
end
Defined in activesupport/lib/active_support/cache/null_store.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::NullStore