class ActiveSupport::Cache::Strategy::LocalCache::Middleware

def new(app)

def new(app)
  @app = app
  self
end