method
new
v3.2.1 -
Show latest stable
- Class:
ActiveSupport::Cache::NullStore
new(options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache/null_store.rb, line 11
def initialize(options = nil)
super(options)
extend Strategy::LocalCache
end