method
new
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache::Middleware
new(name, cache)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb, line 17
def initialize(name, cache)
@name = name
@cache = cache
@app = nil
end