method

new

rails latest stable - Class: ActiveSupport::Cache::NullStore

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

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